Displaying 1 result from an estimated 1 matches for "taxoc".
Did you mean:
taxon
2013 Feb 28
1
help for an R automated procedures
...omplish my goals, sample
by sample, which can exemplify the complexity of the procedures:
#Subsetting the data (v1-v11 are continuous "predictors"): species 1 at
locality 1 (all data [5520 cases] are on a vector called 'morfo')
sp1.loc1<-morfo[which(spps=="sp1" & taxoc=="loc1"),] #getting only the
observations of sp1 (species 1) at loc1 (locality 1)
str(sp1.loc1) #abundance -> 19 cases and the abundance variable ('abund')
says 18…
sp1.loc1$abund<-rep(19,19)
summary(sp1.loc1) #missing values present; abundance for sp1 at loc1
corrected
atta...