Skip to content
Commit dccecb99 authored by mitchelloharawild's avatar mitchelloharawild
Browse files

Added support for continuous colouring in ggseasonplot()

Using the continuous=TRUE parameter (default FALSE)

Works with numerical colours and hex.

ggseasonplot(AirPassengers, col=1:2)
ggseasonplot(AirPassengers, col=1:2, continuous = TRUE)
ggseasonplot(AirPassengers, col=c("#000000","#FF0000"), continuous = TRUE)
parent 0eed7ea6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment