metis.printPdfPng: metis.printPdfPng

Description Usage Arguments Value

View source: R/metis.printPdfPng.R

Description

This function prints figure to pdf or png.

Usage

1
2
3
4
5
6
7
8
9
metis.printPdfPng(
  figure = NULL,
  dir = getwd(),
  filename = "plot",
  figWidth = 13,
  figHeight = 9,
  pdfpng = "png",
  transparent = F
)

Arguments

figure

Default=NULL. Figure to be printed

dir

Default = getwd(). Directory to print figure

filename

Default = "plot". File name

figWidth

Default=13.

figHeight

Default=9.

pdfpng

Default="png". Either "pdf" or "png"

transparent

Default=F

Value

Prints out graphic


JGCRI/metis documentation built on April 12, 2021, 12:07 a.m.