inst/userguide/figures/CS4--Cs02_transpose_data.R

###################################################
### code chunk number 4: Cs02_transpose_data
###################################################
# transpose data so time goes across columns
dat.spp.1980 <- t(dat.spp.1980)
N.ts <- nrow(dat.spp.1980)
TT <- ncol(dat.spp.1980)
nwfsc-timeseries/MARSS documentation built on June 3, 2023, 1:32 p.m.