Skip to content

Commit

Permalink
line break
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Feb 22, 2017
1 parent aa45bda commit a78f971
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 3 deletions.
3 changes: 2 additions & 1 deletion R/sample.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
#' x = st_sfc(st_polygon(list(rbind(c(0,0),c(90,0),c(90,90),c(0,90),c(0,0))))) # NOT long/lat:
#' plot(x)
#' plot(st_sample(x, 1000), add = TRUE)
#' x = st_sfc(st_polygon(list(rbind(c(-180,-90),c(180,-90),c(180,90),c(-180,90),c(-180,-90)))),crs=st_crs(4326))
#' x = st_sfc(st_polygon(list(rbind(c(-180,-90),c(180,-90),c(180,90),c(-180,90),c(-180,-90)))),
#' crs=st_crs(4326))
#' p = st_sample(x, 1000)
#' pt = st_multipoint(matrix(1:20,,2))
#' st_sample(p, 3)
Expand Down
Binary file modified docs/articles/nc.dbf
Binary file not shown.
1 change: 1 addition & 0 deletions docs/articles/sf2.html

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

4 changes: 2 additions & 2 deletions docs/articles/sf3.html

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

Binary file modified docs/articles/sf3_files/figure-html/unnamed-chunk-30-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/reference/index.html

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

7 changes: 7 additions & 0 deletions docs/reference/st_geometry.html

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

2 changes: 2 additions & 0 deletions vignettes/sf2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ vignette: >

```{r echo=FALSE}
knitr::opts_chunk$set(collapse = TRUE)
if (file.exists("nc1.shp"))
file.remove("nc1.shp", "nc1.dbf", "nc1.shx")
```

This vignetted describes how simple features can be read in R
Expand Down

0 comments on commit a78f971

Please sign in to comment.