Description Usage Arguments Author(s) See Also Examples
View source: R/plot.fsaModel.R
Plots a fsaModel
object.
1 2 |
x |
The |
xlab |
To be passed to |
lwd |
To be passed to |
... |
Further arguments to be passed to |
Sylvain Mareschal
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.