powered by
Plots lgcpAutocorr objects: output from autocorr
lgcpAutocorr
autocorr
# S3 method for lgcpAutocorr plot(x, sel = 1:dim(x)[3], ask = TRUE, crop = TRUE, plotwin = FALSE, ...)
an object of class lgcpAutocorr
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
a plot
# NOT RUN { ac <- autocorr(lg,qt=c(1,2,3)) # } # NOT RUN { # assumes that lg has class lgcpPredict # } # NOT RUN { plot(ac) # }
Run the code above in your browser using DataLab