Description Usage Arguments Author(s) See Also Examples
A similar function to pdf
and png
, except that different defaults are provided, including for the plotting parameters.
1 2 3 4 5 6 7 8 9 |
fileName |
File name for the image to be output. The name should end in |
width |
The width of the image file (inches). Default: |
height |
The height of the image file (inches). Default: |
mar |
Plotting margins. To change, input a numerical vector of length 4. |
mgp |
Margin graphing parameters. To change, input a numerical vector of length 3. The first argument specifies where x and y labels are placed; the second specifies the axis labels are placed; and the third specifies how far to pull the entire axis from the plot. |
las |
Orientation of axis labels. Input |
tcl |
The tick mark length as a proportion of text height. The default is |
... |
Additional arguments to |
David M Diez
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.