print.mm: Print lmplot Object to a File

View source: R/mmPlot.r

print.mmR Documentation

Print lmplot Object to a File

Description

Takes a stored lmplot object of class mm and prints to a file whose type is implied by the file name.

Usage

## S3 method for class 'mm'
print(x, name = NULL, res = 300, ...)

Arguments

x

name of the lmplot object.

name

name of the file to be produced. tiff, png, jpeg, and pdf are recognized.

res

resolution in dpi.

...

Additional arguments. (Currently ignored.)

Value

Returns nothing.

Author(s)

Quinn Payton Payton.Quinn@epa.gov


micromap documentation built on April 26, 2023, 9:12 a.m.

Related to print.mm in micromap...