We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation is out of date, terra objects / methods are now used.
Test / fix bugs:
library(spData) library(sharpshootR) library(terra) # sample CONUS data("us_states") us_states <- st_transform(us_states, 5070) us_states$id <- 1:nrow(us_states) us_states <- vect(us_states) s <- lapply(us_states$NAME, function(i) { constantDensitySampling(us_states[us_states$NAME == i, ], polygon.id = 'id', n.pts.per.ac = 0.00001, min.samples = 1, sampling.type = 'random') })
The text was updated successfully, but these errors were encountered:
sample.by.poly: Fix min.samples logic for #50
min.samples
9b64313
constantDensitySampling/sample.by.poly: Handle SPDF/sf inputs for #50
fd3e185
No branches or pull requests
Documentation is out of date, terra objects / methods are now used.
Test / fix bugs:
The text was updated successfully, but these errors were encountered: