vignettes/hySpc-read-spc.Rmd
hySpc-read-spc.Rmd
Package hyperSpec and it’s friends provide a number of vignettes to help you get started.
You can access the vignettes via these links:
Alternatively, if you are offline or prefer accessing the
vignettes with R
, simply type browseVignettes("hyperSpec")
to get a clickable list in a browser window.
Vignettes in other packages:
kaisermap_path <- system.file("extdata/spc.Kaisermap", package = "hySpc.read.spc")
hySpc.read.spc::read_spc(paste0(kaisermap_path,"/ebroAVII.spc"), keys_log2data = TRUE)
labram_path <- system.file("extdata/spc.LabRam", package = "hySpc.read.spc")
hySpc.read.spc::read_spc(paste0(labram_path,"/LabRam-2.spc"))