knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

cylcop

The goal of cylcop is to provide methods to apply circular-linear copulas to capture correlation in discrete time movement data, i.e. step lengths and turn angles.

Installation

You can install the released version of cylcop from CRAN with:

install.packages("cylcop")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("floo66/cylcop")

Introduction and Further Explanations

A thorough introduction to the package and its features can be found in [@Hodelappl] and [@Hodelmethod]



floo66/cylcop documentation built on Oct. 31, 2022, 2:33 p.m.