Description Usage Arguments Value
View source: R/get_prediction_table.R
Gives predictions of colonisation of lakes. Similar to dispersal_likelihood function, but instead of slope parameters, returns actual colonisation alongside predictions.
1 2 | get_prediction_table(upstream_slopes, gradient_analysis, parameter,
distance = TRUE, scaled.model = TRUE)
|
upstream_slopes |
Table containing lake parameters, ids and peresence/absence of species. |
gradient_analysis |
Gradient analysis tables derived from slope_analysis function. |
parameter |
Parameter for which you want likelihoods. |
distance |
States whether or not you want distance included in the model. |
scaled.model |
Indicates whether or not gradient_analysis was scaled when you used it. |
Table with true presences, false presences, true absences, false absences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.