View source: R/get_stability_plot.R
get_stability_plot | R Documentation |
get stability plot from stability results.
get_stability_plot(
stability,
prefix = "",
path = ".",
device = "pdf",
width = 10,
height = 7,
get.table = TRUE,
...
)
stability |
output from |
prefix |
the prefix of output plot files. |
path |
the path of output files, can be either a relative or absolute path. |
device |
'pdf' or 'svg', deciding the output plot format. |
width |
the width of plot, in inch. |
height |
the height of plot, in inch. |
get.table |
logical. whether get the csv file of CS-coefficient. Default is TRUE. |
... |
other parameter from |
four plot files will be output to the specified path, if the bridge stability is calculated, the outputs will also contain the bridge stability plot.
data('mtcars')
stability <- Stability(mtcars,nboot = 100)
get_stability_plot(stability,prefix = 'test')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.