Skip to content

Commit

Permalink
Update contribute.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Oct 25, 2013
1 parent e8d806c commit 4ab6932
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ generalizes the track into 1000 (distance units, usually m)
generalize(t, n = 20)
```
generalizes the track into segments, each having 20 points
```
generalize(t, ..., tol = 55)
```
simplifies the SpatialLines object using `rgeos::gSimplify(SL, tol = 55)`
```
generalize(t, ..., toPoints = TRUE)
```
does not keep lines, but keeps the mid point of the set over which we generalized.

0 comments on commit 4ab6932

Please sign in to comment.