| sp_rbind | R Documentation | 
This function row binds the sites_legacy, sites_base,
sites_over, and sites_near objects from a GRTS or IRS sample
into a single sf object. This function is most useful when a single
sf object that contains all design sites is desired
(e.g. writing out a single shapefile using sf::write_sf()).
sp_rbind(object, siteuse = NULL)
| object | The design sites (output from  | 
| siteuse | A character vector of site types to return. Can contain
 | 
A single sf object containing all requested design sites.
Michael Dumelle Dumelle.Michael@epa.gov
## Not run: 
sample <- grts(NE_Lakes, 50, n_over = 10)
sample <- sp_rbind(sample)
write_sf(sample, "mypath/sample.shp")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.