search for: absvals_sm

Displaying 1 result from an estimated 1 matches for "absvals_sm".

Did you mean: absvals_sj
2018 Apr 08
2
Doubt_merging data
Hello, I gather data from 5 objects and 5 data. frames and would like to join information. join: pb_SM + pb_T + pb_P + pb_F + pb_SJ = total_pb join: sdmdata_SM + sdmdata_T + sdmdata_P + sdmdata_F + sdmdata_SJ =total_sdmdata code: rbind, merge? total_pb<- ?? total_sdmdata<- ?? 1 absvals_SM <- extract(grid_present_SM, absences_10000) presvals_SM <- extract(grid_present_SM, LSM) pb_SM <- c(rep(1, nrow(presvals_SM), rep(0, nrow(absvals_SM))) sdmdata_SM <- data.frame(cbind(pb_SM, rbind(presvals_SM, absvals_SM)) ###### 2 absvals...