make_mat.Rd
Make 2-D array (Matrix for JAGS)
make_mat(df.in, row = "site.ind", col = "year.ind", val, replace.na = FALSE)
Data frame
Variable in df containing target row names
Variable in df containing target column names
Variable containing the target cell contents
Whether to replace NA values with zero.