inst/doc/index.R

## ----eval=F--------------------------------------------------------------
#  install.packages('devtools')

## ----eval=F--------------------------------------------------------------
#  devtools::install_github('msuefishlab/eodplotter')

## ----eval=F--------------------------------------------------------------
#  install_github('msuefishlab/eodplotter@0.0.4')

## ------------------------------------------------------------------------
library(eodplotter)

## ------------------------------------------------------------------------
plotTdms('../tests/testthat/file.tdms')

## ------------------------------------------------------------------------
p = peakFinder('../tests/testthat/file.tdms')
print(head(p))

## ------------------------------------------------------------------------
plotTdms('../tests/testthat/file.tdms', peaks = p)

## ------------------------------------------------------------------------
m = getEODMatrix('../tests/testthat/file.tdms', p, prebaseline=T)
print(head(m))

## ------------------------------------------------------------------------
plotAverage(m)

## ------------------------------------------------------------------------
plotTotal(m)

## ------------------------------------------------------------------------
landmarks = findLandmarks(m)
print(landmarks)

## ------------------------------------------------------------------------
plotLandmarks(m, landmarks)

## ------------------------------------------------------------------------
getStats(p, landmarks)
msuefishlab/eodplotter documentation built on May 29, 2019, 4:52 p.m.