powered by
Methods for printing and plotting an objective function surface.
# S3 method for objsurf print(x, ...) # S3 method for objsurf plot(x, ...) # S3 method for objsurf image(x, ...) # S3 method for objsurf contour(x, ...) # S3 method for objsurf persp(x, ...)
Object of class "objsurf" representing an objective function surface.
"objsurf"
Additional arguments passed to plot methods.
For print.objsurf, plot.objsurf and image.objsurf the value is NULL.
print.objsurf
plot.objsurf
image.objsurf
NULL
For contour.objsurf and persp.objsurf the value is described in the help for contour.default and persp.default respectively.
contour.objsurf
persp.objsurf
contour.default
persp.default
These are methods for the generic functions print, plot, image, contour and persp for the class "objsurf".
print
plot
image
contour
persp
objsurf
# NOT RUN { fit <- kppm(redwood ~ 1, "Thomas") os <- objsurf(fit) os plot(os) contour(os, add=TRUE) persp(os) # }
Run the code above in your browser using DataLab