View source: R/plot.fsaModel.R
plot.fsaModel | R Documentation |
Plots a fsaModel
object.
## S3 method for class 'fsaModel'
plot(x, xlab = "Score", lwd = 3, ...)
x |
The |
xlab |
To be passed to |
lwd |
To be passed to |
... |
Further arguments to be passed to |
Invisibly returns TRUE
on success.
Sylvain Mareschal
train
# Example FSA file provided
fsa <- read.fsa(system.file("extdata/fsa_GEP/A5918.fsa", package="FSAtools"))
# Add model from design file
design <- designFile(system.file("extdata/design_GEP.conf", package="FSAtools"))
fsa <- add.model(fsa, model=design$GLOBALS$MODEL)
# Plot model
plot(attr(fsa, "model"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.