savePstat {PathoStat}R Documentation

Save the pathostat object to R data(.rda) file

Description

Save the pathostat object to R data(.rda) file

Usage

savePstat(pstat, outdir = ".", outfileName = "pstat_data.rda")

Arguments

pstat

pathostat object

outdir

Output Directory of the .rda file

outfileName

File name of the .rda file

Value

outfile .rda file

Examples

data(pstat_data)
outfile <- savePstat(pstat)

[Package PathoStat version 1.4.1 Index]