Skip to content

Commit

Permalink
fixed colour palette
Browse files Browse the repository at this point in the history
  • Loading branch information
noramvillanueva committed Apr 25, 2018
1 parent 3d1bea8 commit 73e905b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/autoplot.clustcurv_surv.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ autoplot.clustcurv_surv <- function(x = object, groups_by_colour = TRUE,

k <- length(x$centers$strata)
# colnm <- wesanderson::wes_palette("Zissou", length(x$levels), type = c("continuous"))
colgr <- wesanderson::wes_palette("Zissou", k, type = c("continuous"))
colgr <- wesanderson::wes_palette("Zissou1", k, type = c("continuous"))

if(!isTRUE(centers)){

Expand Down

0 comments on commit 73e905b

Please # to comment.