FigR: FigR

Description Usage Arguments

Description

Class constructor for image handling. FigR has a path value telling it where to print out, a method to add an image, a method to delete an image, and a method to print out all images to the path.

Usage

1
FigR(write.path = getwd(), index = 1, type = ".png")

Arguments

write.path

- Path for writing out all the collected images. Defaults to the working directory.

index

- FigR will append the phrase 'figXXX' to the name of the file. Index determines the value the starting value. So the first three files printed out by FigR will have names 'fig001...', 'fig002...', and 'fig003...'. Defaults to 1

type

- file type to save as, as text. Defaults to .png.


christiantillich/AnaliTools documentation built on May 13, 2019, 6:59 p.m.