Learn R Programming

MLPA (version 1.10.0)

plot.fsaModel: Plot method for "fsaModel" objects

Description

Plots a fsaModel object.

Usage

# S3 method for 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.

See Also

train

Examples

Run this code
# NOT RUN {
  # 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)
# }

Run the code above in your browser using DataLab