-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 978 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated by roxygen2: do not edit by hand
S3method(draws,jax_fit)
S3method(draws,nutpie_fit)
S3method(extract_samples,coevfit)
S3method(metadata,jax_fit)
S3method(metadata,nutpie_fit)
S3method(plot,coevfit)
S3method(print,coevfit)
S3method(print,coevsummary)
S3method(stancode,coevfit)
S3method(standata,coevfit)
S3method(summary,coevfit)
S3method(summary,jax_fit)
S3method(summary,nutpie_fit)
export(coev_calculate_delta_theta)
export(coev_calculate_theta)
export(coev_fit)
export(coev_make_stancode)
export(coev_make_standata)
export(coev_plot_delta_theta)
export(coev_plot_flowfield)
export(coev_plot_pred_series)
export(coev_plot_predictive_check)
export(coev_plot_selection_gradient)
export(coev_plot_trait_values)
export(coev_pred_series)
export(coev_simulate_coevolution)
export(extract_samples)
export(save_coevfit)
export(stancode)
export(standata)
importFrom(gridExtra,grid.arrange)
importFrom(lifecycle,deprecated)
importFrom(rlang,.data)
importFrom(stats,rnorm)