Description Usage Arguments Examples
View source: R/scale_continuous_brain.R
The 'brain' axis and label scales provides scales for the different atlases in the package. These add axis labels and tick labels corresponding to the different atlases.
1 2 3 4 5 6 7 8 9 | scale_continous_brain(atlas = dkt, position = "dispersed",
aesthetics = c("y", "x"))
scale_x_brain(...)
scale_y_brain(...)
scale_labs_brain(atlas = dkt, position = "dispersed",
aesthetics = "labs")
|
atlas |
data.frame containing the atlas |
position |
Character of either "dispersed" or "stacked". |
aesthetics |
String vector of which aesthetics to scale "x", "y", or "labs". |
... |
additional arguments to pass to |
1 2 3 4 5 6 | ## Not run:
scale_x_brain()
scale_y_brain()
scale_labs_brain()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.