Skip to content
New issue

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

Update st_ll_sample for regular sample on LINES #725

Merged
merged 5 commits into from
May 29, 2018

Commits on Apr 26, 2018

  1. Update st_ll_sample for regular sample on LINES

    - Same code as in {sp} for `type="regular"`
    - Set `offset` as random for a random starting point.
    - Drop units of `l` necessary for `type="regular"`, otherwise units problem in `grp`. It may be necessary to add `@importFrom units drop_units`
    - If only a unique "size" is fixed, then sample will be regular over all. This means one point every x meter. I guess this is similar to `type = random` where not the same number of points are sampled on each line. Can maybe add some information about this in the doc.
    statnmap committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    2d96007 View commit details
    Browse the repository at this point in the history
  2. init.R add drop_units

    statnmap committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    8cee65c View commit details
    Browse the repository at this point in the history
  3. Update sample.R indentation

    statnmap committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    0e6e1df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd389e3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Configuration menu
    Copy the full SHA
    a04233a View commit details
    Browse the repository at this point in the history