View source: R/summarize_one.R
Plot ML Results and Summary
1 2 3 4 5 6 7 | summarize_one(
file_name,
figure_title,
sum_prefix,
outDir = "",
include_pdp = FALSE
)
|
figure_title |
The name you would like for the generated figures. |
sum_prefix |
Label of output file name. Make sure this is the same label as specified in |
include_pdp |
Set to TRUE if you would like to generate partial dependence plots. WARNING: Setting this option to TRUE will significantly increase run time. |
data_folder |
The folder where the results from the rNCV are contained. |
ourDir |
If you would like to save the output files into somewhere other than the working directory, specify that here. Make sure the folder name ends with '/'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.