inst/doc/vignette.R

## ---- echo = FALSE, message = FALSE--------------------------------------
library(oXim)

## ---- eval=FALSE---------------------------------------------------------
#  install.packages("oXim")

## ------------------------------------------------------------------------
# Print method
print(echoData)

## ------------------------------------------------------------------------
# Print method
summary(echoData)

## ---- fig.height=5, fig.width=7------------------------------------------
# Plot method
plot(echoData)

## ------------------------------------------------------------------------
print(oxyLimits)

## ------------------------------------------------------------------------
summary(oxyLimits)

## ---- fig.height=5, fig.width=7------------------------------------------
plot(oxyLimits)

Try the oXim package in your browser

Any scripts or data that you put into this service are public.

oXim documentation built on May 1, 2019, 8:20 p.m.