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 Qindex
persp(
x,
n = 31L,
xlab = "Percentages",
ylab = "Quantiles",
zlab = "Integrand of FR-index",
...
)# S3 method for Qindex
contour(
x,
n = 501L,
image_col = topo.colors(20L),
xlab = "Percentages",
ylab = "Quantiles",
...
)
Function persp.Qindex, a method dispatch of S3 generic persp, does not have a return value.
Function contour.Qindex, a method dispatch of S3 generic contour, does not have a return value
Qindex object
integer scalar, fineness of visualization,
default 501L
. See parameter n.grid
of function vis.gam.
character scalars
character scalar, for function persp.Qindex
..
argument col
of image.default