# NOT RUN {
forestgap.plr <- indicator_plrange(forestgap)
do.call(rbind, forestgap.plr) # convert results to data.frame
# Restrict to small xmins
forestgap.plr2 <- indicator_plrange(forestgap, xmin_bounds = c(1, 10))
do.call(rbind, forestgap.plr2)
# }
Run the code above in your browser using DataLab