Skip to contents

This function displays the information of a param list.

Usage

# S3 method for param
print(x, ...)

Arguments

x

a GeoPressureR param list.

...

arguments passed to other methods

Value

param is returned invisibly and unchanged

See also

Other param: param_create()

Examples

# Display the default parameters used in the package.
param <- param_create("18LX", default = TRUE)

print(param)
#> 
#> ── GeoPressureR `param` object for id: 18LX ────────────────────────────────────
#> Note: All green texts are fields of `param` (i.e., `param$field`).
#>  GeoPressureR_version: 3.2.1
#> 
#> ── Sensors data `tag_create()` 
#>  manufacturer:
#>  crop_start:
#>  crop_end:
#>  directory:
#>  pressure_file:
#>  light_file:
#>  acceleration_file:
#> 
#> ── tag label `tag_label()` 
#>  label_file: "glue::glue(\"./data/tag-label/{tag$param$id}-labeled.csv\")"
#> 
#> ── Stationary period definition `tag_set_map()` 
#>  known:
#> data.frame(stap_id = integer(), known_lat = double(), known_lon = double())
#>  include_stap_id: "tag$stap$stap_id"
#>  include_min_duration: 0
#> 
#> ── Geographical parameters `geo_expend()` 
#>  extent:
#>  scale: 10
#> 
#> ── Geopressure `geopressure_map()` 
#>  max_sample: 250
#>  margin: 30
#>  sd: 1
#>  thr_mask: 0.9
#>  log_linear_pooling_weight: "function(n) log(n)/n"
#> 
#> ── Twilight & Geolight `twilight_create()` 
#>  twl_thr:
#>  twl_offset:
#>  twilight_file: glue::glue and
#>   ./data/twilight-label/{tag$param$id}-labeled.csv
#>  twl_calib_adjust: 1.4
#>  twl_llp: "function(n) log(n)/n"
#> 
#> ── Graph `graph_create()` 
#>  thr_likelihood: 0.99
#>  thr_gs: 150
#> 
#> ── Movement model & wind `graph_add_wind()` `graph_movement()` 
#>  thr_as: Inf
#>  wind_file: "function(stap_id)
#>   glue::glue(\"./data/wind/{graph$param$id}/{graph$param$id}_{stap_id}.nc\")"
#>  type: ifelse, "ws" %in% names(graph), as, and gs
#>  method: ifelse, "ws" %in% names(graph), power, and gamma
#>  shape: 7
#>  scale: 7
#>  location: 40
#>  bird:
#>  power2prob: "function(power) (1/power)^3"
#>  low_speed_fix: 15