Learn R Programming

fslr (version 1.9.2.1)

breaker: Find Breaks for nifti Image Ploting

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 nifti
zlim
A user-specified zlim. If NULL, will calculate how ortho2 would calculate zlim
col
colors to be plotted. Only used for length(col), so can be a vector of length cols to be plotted
breaks
if !is.null(breaks), then will calculate breaks. Otherwise will return this breaks vector

Value

Vector of length 2If breaks = NULL, then vector of length(col) + 1, otherwise returns breaks