scale_fill_fold_change | R Documentation |
In biology, lots of data are scaled to value around 0, and people like to show them as blue-white-red scale color, where negative value are blue, 0 is white and positive value is red, and they are scaled for continuous variables.
scale_fill_fold_change()
a list.
Tengfei Yin
p1 <- autoplot(volcano - 150)
p1
p1 + scale_fill_fold_change()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.