inst/doc/AGP_and_Episodes.R

## ----setup, include = FALSE---------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(iglu)

## ----fig.width=10, fig.height=10, out.width="600px", out.height ="500px"------
agp(example_data_1_subject)

## -----------------------------------------------------------------------------
episode_calculation(example_data_1_subject,lv2_hypo = 70, lv1_hypo = 120, lv2_hyper = 180, dur_length = 15)

## ----fig.width=8, fig.height=4------------------------------------------------
epicalc_profile(example_data_1_subject)

Try the iglu package in your browser

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

iglu documentation built on Oct. 20, 2023, 5:07 p.m.