sigex.load: Load data into a time series object

View source: R/sigex.load.r

sigex.loadR Documentation

Load data into a time series object

Description

Load data into a time series object

Usage

sigex.load(data, start.date, period, epithets, plot = FALSE)

Arguments

data

A T x N matrix, corresponding to N time series of length T

start.date

Date of first time obersvation; the format is c(year,season)

period

Number of seasons per year

epithets

Vector of N character strings, giving a short name for each series

plot

Boolean, whether to plot the series (max of N=10 allowed)

Value

data.ts: a T x N matrix ts object


jlivsey/sigex documentation built on March 20, 2024, 3:17 a.m.