predict_GP_mean | R Documentation |
Predict mean trajectories (Lambda) for all CLR taxa in a given host
predict_GP_mean(
fit = NULL,
host = NULL,
output_dir = NULL,
interpolation = "linear"
)
fit |
an optional fitted model object |
host |
an optional host short name |
output_dir |
an optional model fit directory |
interpolation |
allowed values are "mean", "linear", or "none" |
Either 'fit' or 'host' and 'output_dir' must be provided. If all are provided, 'fit' overrides all. Note also: the runtime on this function is around 10s per host at the ASV-level.
named list with inferred trajectories and time span
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.