You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See vignette("Installation") for troubleshooting and more installation
options.
Usage
The two primary functions are predict() to project distributions and
route() to generate synthetic routes.
route_migration() is a wrapper to route() which automates sampling
locations from the a distribution for the start of the migration and
setting the start and end dates to route for the migration window. We
can use it to create synthetic routes for a species.
Visualize the movement in the BirdFlow model for a timestep.
plot_movement_vectors(bf, start=12)
Learn more
vignette("BirdFlowR") has a longer introduction to the package, and
how to use predict() and route() to project bird distributions and
movement.
vignette("Installation") for detailed installation instructions.
vignette("Preprocess") covers downloading and formatting data for
model fitting with preprocess_species(), importing fitted models
with import_birdflow(), and reducing model size with sparsify().