plot.fsaModel: Plot method for "fsaModel" objects

Description Usage Arguments Author(s) See Also Examples

View source: R/plot.fsaModel.R

Description

Plots a fsaModel object.

Usage

1
2
## S3 method for class 'fsaModel'
plot(x, xlab = "Score", lwd = 3, ...)

Arguments

x

The fsaModel object to plot.

xlab

To be passed to plot.

lwd

To be passed to plot.

...

Further arguments to be passed to plot.

Author(s)

Sylvain Mareschal

See Also

train

Examples

1
2
3
4
5
6
7
  # Build model from design file
  design <- designFile(system.file("extdata/design.conf", package="MLPA"))
  design$model$disable <- NULL
  model <- do.call("model", design$model)
  
  # Plot model
  plot(model)

MLPA documentation built on May 2, 2020, 1:06 a.m.