get_trajectory_df | R Documentation |
Pull collection date-aligned trajectories from a given host's prediction set
get_trajectory_df(
dates,
coord,
common_baseline,
predictions,
center = NULL,
mean_only = FALSE
)
dates |
named list of dates in YYYY-MM-DD format indexed by host short name |
coord |
index of taxon |
common_baseline |
earliest date to use for all hosts (YYYY-MM-DD format) |
predictions |
named list of predicted (interpolated) Eta matrices indexed by host short name |
center |
center to use for taxa (e.g. 0) |
mean_only |
return mean rather than quantiles |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.