Skip to content

Commit

Permalink
replaced color="distinct" with color="random" in plotHdelaunay()
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Oct 30, 2023
1 parent 95f4049 commit 116f7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/hdelaunay.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ hdelaunay <- function(
#' )
plotHdelaunay <- function(
hdel, vertices = TRUE, edges = TRUE, circle = TRUE,
color = "distinct",
color = "random",
distinctArgs = list(seedcolors = c("#ff0000", "#00ff00", "#0000ff")),
randomArgs = list(hue = "random", luminosity = "bright")
){
Expand Down

0 comments on commit 116f7e1

Please sign in to comment.