save_plot: Function for saving a plot.

Description Usage Arguments

Description

Function for saving a plot.

Usage

1
2
save_plot(name, file = "plot", type = "png", width = 13, height = 8,
  dpi = 150)

Arguments

name

Plot name we want to export.

file

File name or path. Default filename: "plot"

type

File type we want to export. It is possible to export plot in certain format:eps/ps, pdf, jpeg, tiff, png, bmp, svg Default type of file: png

width

Width of exported plot. Default value: 13 inches

height

Height of exported plot. Default value: 8 inches

dpi

Default value: dpi = 150


pearsonplc/vispear documentation built on May 30, 2019, 3:45 p.m.