get_prediction_table: Predict lake colonisation

Description Usage Arguments Value

View source: R/get_prediction_table.R

Description

Gives predictions of colonisation of lakes. Similar to dispersal_likelihood function, but instead of slope parameters, returns actual colonisation alongside predictions.

Usage

1
2
get_prediction_table(upstream_slopes, gradient_analysis, parameter,
  distance = TRUE, scaled.model = TRUE)

Arguments

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.

Value

Table with true presences, false presences, true absences, false absences.


samaperrin/analyseslope documentation built on Jan. 8, 2020, 9:19 p.m.