breaker {neurobase} | R Documentation |
Find Breaks for nifti Image Plotting
Description
Helper function for plotting - returns breaks for image
plot function for object of class nifti
Usage
breaker(x, zlim, col, breaks = NULL)
Arguments
x |
Object of class |
zlim |
A user-specified |
col |
colors to be plotted. Only used for |
breaks |
if |
Value
Vector of length 2
If breaks = NULL
, then vector of length(col) + 1
,
otherwise returns breaks
[Package neurobase version 1.32.4 Index]