getDirectory | R Documentation |
get the files directory of a ptrSet
getDirectory(ptrSet)
ptrSet |
ptrSet object |
the directory in absolute path as character
library(ptairData)
dirRaw <- system.file("extdata/exhaledAir", package = "ptairData")
exhaledPtrset <- createPtrSet(dir=dirRaw, setName="exhaledPtrset",
mzCalibRef = c(21.022, 60.0525), fracMaxTIC = 0.7, saveDir = NULL )
getDirectory(exhaledPtrset )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.