obsMat2deltax: Convert an observation matrix to a vector of n-day...

View source: R/RcppExports.R

obsMat2deltaxR Documentation

Convert an observation matrix to a vector of n-day displacements

Description

Convert an observation matrix to a vector of n-day displacements. This is a function for the toad example.

Usage

obsMat2deltax(X, lag)

Arguments

X

The observation matrix to be converted.

lag

Interger, the number of day lags to compute the displacement.

Value

A vector of displacements.


BSL documentation built on Nov. 3, 2022, 9:06 a.m.