plot.tramnet | R Documentation |
"tramnet"
objectsPlot "tramnet"
objects
## S3 method for class 'tramnet'
plot(
x,
newdata = NULL,
type = c("distribution", "survivor", "density", "logdensity", "hazard", "loghazard",
"cumhazard", "quantile", "trafo"),
q = NULL,
prob = 1:(K - 1)/K,
K = 50,
col = rgb(0.1, 0.1, 0.1, 0.1),
lty = 1,
add = FALSE,
...
)
x |
Object of class |
newdata |
See |
type |
See |
q |
See |
prob |
See |
K |
See |
col |
See |
lty |
See |
add |
See |
... |
Additional arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.