We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06eb57b commit a99bc98Copy full SHA for a99bc98
R/multiSitePrebas.r
@@ -49,7 +49,7 @@ InitMultiSite <- function(nYearsMS,
49
# nSp <- siteInfo[,9]
50
climIDs <- siteInfo[,2]
51
# if(all(is.na(multiInitVar)) & all(is.na(nSp)) nSp <- rep(3,nSites)
52
- allSp = dim(pCROBAS)[2]#max(siteInfo[,9])#ncol(pCROBAS)
+ allSp = ncol(pCROBAS)
53
varNam <- getVarNam()
54
nVar <- length(varNam)
55
0 commit comments