Learn R Programming

Qindex (version 0.1.6)

Qindex_graphics: Visualize Qindex object using R package graphics

Description

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.

Usage

# 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", ... )

Value

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

Arguments

x

Qindex object

n

integer scalar, fineness of visualization, default 501L. See parameter n.grid of function vis.gam.

xlab, ylab

character scalars

zlab

character scalar, for function persp.Qindex

...

..

image_col

argument col of image.default