Create perspective and contour plots of FR-index integrand using R package graphics.
End users are encouraged to use function integrandSurface()
with plotly work horse.
# S3 method for hyper_gam
persp(
x,
n = 31L,
xlab = "Percentages",
ylab = "Quantiles",
zlab = "Integrand of FR-index",
...
)# S3 method for hyper_gam
contour(
x,
n = 501L,
image_col = topo.colors(20L),
xlab = "Percentages",
ylab = "Quantiles",
...
)
Function persp.hyper_gam(),
a method dispatch of S3 generic persp,
does not have a return value.
Function contour.hyper_gam(),
a method dispatch of S3 generic contour,
does not have a return value
hyper_gam object
integer scalar, fineness of visualization,
default 501L. See parameter n.grid of function vis.gam.
character scalars
character scalar, for function persp.hyper_gam
additional parameters, currently not in use
argument col of image.default