data/cormat.R

cormat <- matrix(c(
  +1.0000, +0.6500, +0.7500, -0.8500, +0.9500,
  +0.6500, +1.0000, +0.9750, -0.9850, +0.9950,
  +0.7500, +0.9750, +1.0000, -0.9950, +0.9995,
  -0.8500, -0.9850, -0.9950, +1.0000, -0.9999,
  +0.9500, +0.9950, +0.9995, -0.9999, +1.0000),
  nrow=5, byrow=TRUE, dimnames=list(LETTERS[1:5], LETTERS[1:5]))
PacificCommunity/ofp-sam-flr4mfcl documentation built on April 8, 2024, 6:47 p.m.