save.plot: Save Plot

Description Usage Arguments Author(s) Examples

View source: R/plotting.r

Description

Saves a plot to a png image

Usage

1
save.plot(filepath, image.width = 7.24, image.height = 3.46)

Arguments

filepath

required string: Absolute or relative file path for the saved plot

image.width

optional numeric: Width of plot, defaults to 7.24

image.height

optional numeric: Height of plot, defaults to 3.46

Author(s)

Derek Blue

Examples

1
2
3
4
5
## Not run: 
plt <- dcf.plot(dcf.df)
plot(plt)

## End(Not run)

Starkiller4011/AstroR documentation built on Aug. 24, 2020, 12:41 p.m.