Qindex_graphics | R Documentation |
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 class 'Qindex'
persp(
x,
n = 31L,
xlab = "Percentages",
ylab = "Quantiles",
zlab = "Integrand of FR-index",
...
)
## S3 method for class 'Qindex'
contour(
x,
n = 501L,
image_col = topo.colors(20L),
xlab = "Percentages",
ylab = "Quantiles",
...
)
x |
Qindex object |
n |
integer scalar, fineness of visualization,
default |
xlab , ylab |
character scalars |
zlab |
character scalar, for function persp.Qindex |
... |
.. |
image_col |
argument |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.