Skip to contents

Additional functions to be used with dygraph-objects e.g. shading of areas or drawing of lines representing time periods within events (given by begin and end times).

Installation

For installing the latest release of this R package run the following code below:

# Enable repository from kwb-r
options(repos = c(
  kwbr = 'https://kwb-r.r-universe.dev',
  CRAN = 'https://cloud.r-project.org'))

# Download and install kwb.dygraph in R
install.packages('kwb.dygraph')

# Browse the kwb.dygraph manual pages
help(package = 'kwb.dygraph')