Skip to content

Commit

Permalink
Return to 1000 color samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Dec 20, 2016
1 parent bb38ba6 commit 43c38bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ qualpal <- function(n, colorspace = "pretty", colorblind,
cvd <- colorblind
}

rnd <- randtoolbox::sobol(500, dim = 3, scrambling = 3)
rnd <- randtoolbox::sobol(1000, dim = 3, scrambling = 3)

H <- scale_runif(rnd[, 1], min(h), max(h))
S <- scale_runif(sqrt(rnd[, 2]), min(s), max(s))
Expand Down

0 comments on commit 43c38bd

Please sign in to comment.