quickPLOT: Quickly plot the pam data to have an idea of it's quality

View source: R/quickPLOT.R

quickPLOTR Documentation

Quickly plot the pam data to have an idea of it's quality

Description

Quickly plot the pam data to have an idea of it's quality

Usage

quickPLOT(
  dta,
  measurements = c("pressure", "light", "acceleration", "temperature", "magnetic"),
  ...
)

Arguments

dta

path where files are stored

measurements

a series of measurements logged by the PAM logger which are to be plotted. Currently supports these file extentions: "pressure","light", "acceleration", "temperature" and "magnetic"

...

any additional parameters used by graphics::plot

Value

a plot of PAM data

Examples

#PAM_data = hoopoe

##plot everything in 2 windows
#par(mar=c(2.5,4,0.5,1))
#quickPLOT(PAM_data)

## only subset some measurements
#quickPLOT(PAM_data, measurements = c("light", "pressure", "acceleration"))


KiranLDA/PAMLr documentation built on March 6, 2023, 1:40 p.m.