Overloaded plot function for denim object
Usage
# S3 method for denim
plot(x, ..., color_palette = NULL)
Arguments
- x
output of denim::sim function
- ...
additional parameter for
plot()
function
- color_palette
a palette name from the colorspace package. You can view available palettes with
colorspace::hcl_palettes("qualitative", plot = TRUE)
.