inst/userguide/figures/CS7--Cs23_print-B-2.R

###################################################
### code chunk number 26: Cs23_print-B-2
###################################################
# Cleaning up the B matrix for printing
B <- coef(kem.plank.2, type = "matrix")$B[1:4, 1:4]
rownames(B) <- colnames(B) <- c("LP", "SP", "D", "ND")
B[B == 0] <- NA
B.2 <- B
print(B, digits = 2, na.print = "--")
nwfsc-timeseries/MARSS documentation built on June 3, 2023, 1:32 p.m.