Description Usage Arguments Value Examples
Plot given z slice of brainImage instance
1 2 | plotZSlice(data, z, index = 4, ret = FALSE, add = FALSE,
col = grDevices::gray.colors(1024), main = "", dimV = NULL)
|
data |
data.frame with x,y,z,val columns |
z |
selected z slice to plot |
index |
column with values to plot |
ret |
return the image (T,F) as matrix |
add |
add to existing plot |
col |
color palette |
main |
main |
dimV |
dimension values: which are should be plotted? min/max X,Y values |
list of min/max values used for this plot
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.