Description Usage Arguments Value
View source: R/arseq.plot.save.R
Function to save plots as a pdf file in user defined directory
1 2 3 4 5 6 7 | arseq.plot.save(
arseq.plot,
filename,
width = 7,
height = 7,
save.dir = getwd()
)
|
arseq.plot |
The plot to be saved |
filename |
The pdf file name. |
width |
Width of the pdf file. |
height |
Height of the pdf file. |
save.dir |
Location to save the plot |
Does not return an object. Function saves plots in directory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.