plot.lgcpgrid {lgcp} | R Documentation |
plot.lgcpgrid function
Description
This is a wrapper function for image.lgcpgrid
Usage
## S3 method for class 'lgcpgrid'
plot(x, sel = 1:x$len, ask = TRUE, ...)
Arguments
x |
an object of class lgcpgrid |
sel |
vector of integers between 1 and grid$len: which grids to plot. Default NULL, in which case all grids are plotted. |
ask |
logical; if TRUE the user is asked before each plot |
... |
other arguments |
Value
an image-type plot
See Also
lgcpgrid.list, lgcpgrid.array, as.list.lgcpgrid, print.lgcpgrid, summary.lgcpgrid,quantile.lgcpgrid, image.lgcpgrid
[Package lgcp version 2.0 Index]