powered by
plot method for class "dcs"
plot
"dcs"
# S3 method for dcs plot(x, ...)
an object of class "dcs_options", usually, a result of a call to set.options.
set.options
Additional arguments passed to print.dcs_options. The argument plot_choice overrides the prompt to specify a plot, can be c(1, 2, 3).
print.dcs_options
plot_choice
c(1, 2, 3)
No return value.
plot.dcs provides a contour plot of either the original data (1), smoothed surface (2) or residuals (3).
plot.dcs
surface.dcs to plot the surface.
surface.dcs
# NOT RUN { ## Contour plot of smoothed surface y <- y.norm1 + matrix(rnorm(101^2), nrow = 101, ncol = 101) dcs_object <- dcs(y) plot(dcs_object, plot_choice = 2) # }
Run the code above in your browser using DataLab