plot.fosr | R Documentation |
Plots the coefficient function estimates produced by fosr()
.
## S3 method for class 'fosr'
plot(
x,
split = NULL,
titles = NULL,
xlabel = "",
ylabel = "Coefficient function",
set.mfrow = TRUE,
...
)
x |
an object of class |
split |
value, or vector of values, at which to divide the set of
coefficient functions into groups, each plotted on a different scale.
E.g., if set to 1, the first function is plotted on one scale, and all
others on a different (common) scale. If |
titles |
character vector of titles for the plots produced, e.g., names of the corresponding scalar predictors. |
xlabel |
label for the x-axes of the plots. |
ylabel |
label for the y-axes of the plots. |
set.mfrow |
logical value: if |
... |
graphical parameters (see |
Philip Reiss phil.reiss@nyumc.org
fosr
, which includes examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.