saveTCA: Save tca results to a folder

Description Usage Arguments Value Examples

View source: R/saveTCA.r

Description

Save tca results to a folder

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
saveTCA(
  tcaObject,
  path,
  folder = NULL,
  what = c("report", "csv", "plot", "dataMatrix", "tcaObject"),
  plotAxes = matrix((1:2), nrow = 1, ncol = 2, byrow = T),
  graphicDevice = c("pdf", "postscript", "xfig", "bitmap", "pictex", "cairo_pdf",
    "cairo_ps", "svg", "png", "jpeg", "bmp", "tiff"),
  csvFormat = c("csv", "csv2")
)

Arguments

tcaObject

a tca-class object created by tca

path

Location of the folder

folder

Name of the folder

what

What to save: all items specified will be saved

plotAxes

A k x 2 matrix giving pairs of axes to plot and save

graphicDevice

Format(s) of plots saved. Plots can be saved in more than one format

csvFormat

Format of csv files (North American or European)

Value

Figure

Examples

1

TaxicabCA documentation built on Dec. 11, 2019, 5:07 p.m.

Related to saveTCA in TaxicabCA...