glassbrain2 | R Documentation |
A modified version of glassbrain() that
Gives the user an option to plot the "jitter" in cell placement in original glassbrain function (the jitter gives a more space filled look) .
Does not show the glass brain display when high.res is set to "OFF" (otherwise set to TRUE or FALSE).
glassbrain2( dataset, high.res = "OFF", dim = c(720, 1080), device = TRUE, col = "region", cex = 0.5, hemisphere = "right", spheres = FALSE, alpha = 1, laterality = TRUE, plane = "coronal", jitter = FALSE )
dataset |
(required) Cell count dataset |
high.res |
(default = "OFF") TRUE or FALSE sets high or low resolution glassbrain. "OFF" doesn't plot plot the glassbrain. Options: "OFF", TRUE, FALSE |
dim |
(default = c(720, 1080)) Original argument from glassbrain(). |
device |
(default = TRUE) Original argument from glassbrain(). |
col |
(default = "region") Original argument from glassbrain(). |
cex |
(default = 0.5) Graphical parameter for text size. |
hemisphere |
(default = "right") Original argument from glassbrain(). |
spheres |
(default = FALSE) Original argument from glassbrain(). |
alpha |
(default = 1) Original argument from glassbrain()]. |
laterality |
(default = TRUE) Original argument from glassbrain(). |
plane |
(default = "coronal") Original argument from glassbrain(). |
jitter |
(default = FALSE) If TRUE, add jitter in z-axis to fill space between z-planes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.