mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-22 06:23:57 +01:00
document osem_as_sensebox() (#13)
This commit is contained in:
parent
2db7d87a92
commit
44d9026936
2 changed files with 4 additions and 1 deletions
|
@ -59,6 +59,9 @@
|
||||||
#' Helpers are implemented to ease the further usage of the retrieved data:
|
#' Helpers are implemented to ease the further usage of the retrieved data:
|
||||||
#'
|
#'
|
||||||
#' \itemize{
|
#' \itemize{
|
||||||
|
#' \item \code{\link{osem_as_sensebox}} & \code{\link{osem_as_measurements}}:
|
||||||
|
#' Transform a foreign object to a sensebox data.frame or osem_measurements
|
||||||
|
#' by attaching the required classes and attributes.
|
||||||
#' \item \code{\link{st_as_sf.sensebox}} & \code{\link{st_as_sf.osem_measurements}}:
|
#' \item \code{\link{st_as_sf.sensebox}} & \code{\link{st_as_sf.osem_measurements}}:
|
||||||
#' Transform the senseBoxes or measurements into an \code{\link{sf}}
|
#' Transform the senseBoxes or measurements into an \code{\link{sf}}
|
||||||
#' compatible format for spatial analysis.
|
#' compatible format for spatial analysis.
|
||||||
|
|
|
@ -36,7 +36,7 @@ m = osem_measurements(bbox, phenomenon, filter1, ...)
|
||||||
osem_counts()
|
osem_counts()
|
||||||
```
|
```
|
||||||
|
|
||||||
Additionally there are some helpers: `summary.sensebox(), plot.sensebox(), st_as_sf.sensebox(), [.sensebox(), filter.sensebox(), mutate.sensebox(), ...`.
|
Additionally there are some helpers: `summary.sensebox(), plot.sensebox(), st_as_sf.sensebox(), osem_as_sensebox(), [.sensebox(), filter.sensebox(), mutate.sensebox(), ...`.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
This project adheres to semantic versioning, for changes in recent versions
|
This project adheres to semantic versioning, for changes in recent versions
|
||||||
|
|
Loading…
Add table
Reference in a new issue