savePstat {PathoStat} | R Documentation |
Save the pathostat object to R data(.rda) file
savePstat(pstat, outdir = ".", outfileName = "pstat_data.rda")
pstat |
pathostat object |
outdir |
Output Directory of the .rda file |
outfileName |
File name of the .rda file |
outfile .rda file
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)