contour.ResponseSurface {BIGL}R Documentation

Method for plotting of contours based on maxR statistics

Description

Method for plotting of contours based on maxR statistics

Usage

## S3 method for class 'ResponseSurface'
contour(
  x,
  colorBy = "maxR",
  reverse.x = FALSE,
  reverse.y = FALSE,
  swapAxes = FALSE,
  greyScale = FALSE,
  ...
)

Arguments

x

Output of fitSurface

colorBy

String indicating the characteristic to use for coloring ("maxR" or "effect-size"). By default, "maxR".

reverse.x

Reverse x axis?

reverse.y

Reverse y axis?

swapAxes

Swap x and y axes?

greyScale

If greyScale = TRUE, then plot is in grey scale, otherwise in colour.

...

Further parameters passed to plot.maxR or plot.effect-size


[Package BIGL version 1.9.0 Index]