Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jul 24, 2017
1 parent 19452ae commit 3ade280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/geos_binary_pred.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vignettes/sf4.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ Suppose we want to compare the 1974 fraction of SID (sudden infant death) of the
nc <- nc %>% mutate(frac74 = SID74 / BIR74)
(a <- aggregate(nc[,"frac74"], list(Ashe_nb = lengths(st_intersects(nc, Ashe)) > 0), mean))
plot(a[2], col = c(grey(.8), grey(.5)))
plot(st_geometry(Ashe), border = '#ff8888', add = TRUE, lwd = 2)
```

`Group.1` indicates the grouping variable

## Joining two feature sets based on spatial properties
Expand Down

0 comments on commit 3ade280

Please sign in to comment.