Description Usage Arguments Value Examples
Save the pathostat object to R data(.rda) file
1 |
pstat |
pathostat object |
outdir |
Output Directory of the .rda file |
outfileName |
File name of the .rda file |
outfile .rda file
1 2 3 4 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.