explore_nests: Launch Shiny app for nesting data exploration

View source: R/shiny_funs.R

explore_nestsR Documentation

Launch Shiny app for nesting data exploration

Description

explore_nests launches a Shiny app for dynamic exploration and visualization of nests from movement data

Usage

explore_nests(gps_data)

Arguments

gps_data

data.frame of movement data. Needs to include burst, date, long, lat

Details

The function takes as input gps_data (see find_nests or vignette for details on data format) and launches a Shiny app that allows the user to dynamically explore repeatedly visited locations for one burst at a time while interactively tuning input parameters (see find_nests for the complete list). Under the hood, explore_nests runs find_nests, and then displays the results on a map.

Value

nothing


picardis/nestR documentation built on July 2, 2024, 6:35 p.m.