Last chance! 50% off unlimited learning
Sale ends in
popn
object from two or more existing popn
objects, or a list.rbind.popn(..., renumber = TRUE)
popn
objects, or a single list of popn
objectspopn
with number of rows equal to the sum of the rows in the input objects.covariates
attributes. This is not an S3 method.popn
## generate and combine two subpopulations
trapobj <- make.grid()
p1 <- sim.popn(D = 3, core = trapobj)
p2 <- sim.popn(D = 2, core = trapobj)
covariates(p1) <- data.frame(size = rep("small", nrow(p1)))
covariates(p2) <- data.frame(size = rep("large", nrow(p2)))
pop <- rbind.popn(p1,p2)
Run the code above in your browser using DataLab