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_dir_test <- system.file("data", package = "PathoStat")
pstat_test <- loadPstat(indir=data_dir_test,
infileName="pstat_data_2_L1.rda")
outfile <- savePstat(pstat_test)

[Package PathoStat version 1.10.0 Index]