wpsave: Save the 'wpplot' object to a file.
Description
Save the 'wpplot' object to a file.
Usage
wpsave(p, file, width = NULL, height = NULL, ...)
Value
output the file and the input 'wpplot' object (invisible)
Arguments
- p
A 'wpplot' object
- file
the file to save the object
- width
Width of the figure
- height
Height of the figure
- ...
additional parameter passed to 'ggsave'