plot_knobs: Plot method for mrgsims objects

Description Usage Arguments

Description

Plot method for mrgsims objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
plot(x, y, ...)

## S4 method for signature 'knobs,missing'
plot(x, yval = variables(x), auto.key = list(), mincol = 3, ...)

## S4 method for signature 'knobs,formula'
plot(
  x,
  y,
  show.grid = TRUE,
  lwd = 2,
  type = "l",
  yval = variables(x),
  auto.key = list(columns = 1),
  scales = list(y = list(relation = "free")),
  ...
)

Arguments

x

mrgsims object

y

a formula passed to xyplot

...

arguments passed to xyplot

yval

y variables to plot

auto.key

passed to xyplot

mincol

minimum number of columns in key

show.grid

print grid in the plot

lwd

passed to xyplot

type

passed to xyplot

scales

passed to xyplot


mrgsolve/knobs documentation built on April 26, 2020, 12:43 a.m.