Skip to content

Commit

Permalink
Remove section about filter predicates
Browse files Browse the repository at this point in the history
Obsolete: filter predicates are not present anymore. Filtering deployments will be discussed in another vignette, see #320
  • Loading branch information
damianooldoni committed Jul 23, 2024
1 parent 2d631fc commit 418a5cb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions vignettes/visualize-deployment-features.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -334,15 +334,3 @@ map_deployments(x,
relative_scale = FALSE,
max_scale = 50)
```

### Use filter predicates

You maybe would like to visualize deployment information for a subset of deployments. To do this, you can use filter predicates. E.g. visualize number of observations for the deployments with longitude equal or higher than 5.6:

```{r example_filter_predicates_map}
map_deployments(x,
pred_gt("longitude", 5.6),
feature = "n_obs")
```

More about filter predicates in [filter predicates](https://inbo.github.io/camtraptor/articles/filter-predicates.html) article.

0 comments on commit 418a5cb

Please sign in to comment.