powered by
Plots lgcpQuantiles objects: output from quantiles.lgcpPredict
lgcpQuantiles
quantiles.lgcpPredict
# S3 method for lgcpQuantiles plot(x, sel = 1:dim(x)[3], ask = TRUE, crop = TRUE, plotwin = FALSE, ...)
an object of class lgcpQuantiles
vector of integers between 1 and grid$len: which grids to plot. Default NULL, in which case all grids are plotted.
logical; if TRUE the user is asked before each plot
whether or not to crop to bounding box of observation window
logical whether to plot the window attr(x,"window"), default is FALSE
other arguments passed to image.plot
grid plotting This is a wrapper function for image.lgcpgrid
quantile.lgcpPredict
# NOT RUN { qtiles <- quantile(lg,qt=c(0.5,0.75,0.9),fun=exp) # } # NOT RUN { # assumed that lg has class lgcpPredict # } # NOT RUN { plot(qtiles) # }
Run the code above in your browser using DataLab