Skip to content

Commit

Permalink
final buffer test and add html (https://rpubs.com/andreasancheztapia/…
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaSanchezTapia committed Mar 12, 2020
1 parent c67a107 commit b4b25f6
Show file tree
Hide file tree
Showing 3 changed files with 833 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2_buffer_and_randomPoints/buffer_and_randomPoints.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ points(buf.mean.p, col = "blue", pch = 19, cex = 0.7)

## Inclusion buffer with `median` of distances

In this example, we use `buffer_type="median"`
In this example, we use `buffer_type = "median"`

```{r buffermedian, echo = FALSE, eval = TRUE, warning=FALSE}
#par(mfrow = c(1,1))
# creating an object with buffer_type=median
# creating an object with buffer_type = median
buf.med <- create_buffer(occurrences = coord1sp[,c(2,3)],
predictors = predictor,
buffer_type = "median")
Expand Down
Loading

0 comments on commit b4b25f6

Please sign in to comment.