hyper_gam_graphics {hyper.gam}R Documentation

Visualize hyper_gam 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 class 'hyper_gam'
persp(
  x,
  n = 31L,
  xlab = "Percentages",
  ylab = "Quantiles",
  zlab = "Integrand of FR-index",
  ...
)

## S3 method for class 'hyper_gam'
contour(
  x,
  n = 501L,
  image_col = topo.colors(20L),
  xlab = "Percentages",
  ylab = "Quantiles",
  ...
)

Arguments

x

hyper_gam 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.hyper_gam

...

additional parameters, currently not in use

image_col

argument col of image.default

Value

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


[Package hyper.gam version 0.1.2 Index]