savePlotAsPng: Save interactive plot as a png image

View source: R/savePlotAsPng.R

savePlotAsPngR Documentation

Save interactive plot as a png image

Description

This function saves an interactive plot generated with one of the functions of this package as a png image. The result can then be included in documents or presentations.

Usage

savePlotAsPng(plot, file = "Rplot.png", width = 600, height = 480, ...)

Arguments

plot

A plot generated with one of the functions of this package.

file

The name of the output file

width

Width of the output file

height

height of the output file

...

Other parameters passed to function webshot

Value

The function only creates the required file. Nothing is returned

Examples

## Not run: 
  mydata <- readAntares()
  myplot <- plot(mydata, variable = "MRG. PRICE", type = "density")
  savePlotAsPng(myplot, file = "myplot.png")

## End(Not run)


rte-antares-rpackage/antaresViz documentation built on Oct. 18, 2023, 2:04 p.m.