nmsave | R Documentation |
nmsave_plot
is a wrapper around ggplot2::ggsave()
for nm objects,
nmsave_table
is a wrapper for saving data.frame
s to file in the form of a
.csv file.
nmsave_plot( r, object, file_name, directory = results_dir(r), width = 7, height = 5, dpi = 300, ... ) nmsave_table(r, object, file_name, directory = results_dir(r), ...)
r |
An nm object. |
object |
A list of plotting objects. |
file_name |
Character. Name of results file. |
directory |
Character (default = |
width |
Passed to |
height |
Passed to |
dpi |
Passed to |
... |
Passed to |
An nm object with modified result_files
field.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.