scale_spc.RdExtract scales
scale_spc(scale_plt)
| scale_plt | A |
|---|
A list of scales that differ from the default scales.
library(ggplot2) p <- ggplot(data = iris) p <- p + geom_point(aes(x = Petal.Width, y = Petal.Length)) scale_spc(p$scales$scales)#> list()