Description Usage Arguments Value Examples
View source: R/generate_preds_and_encs.R
Graphs a heatmap of encounter probabilities
1 |
df |
dataframe of encounter probabilities; use output from calc_enc_probs function |
a heatmap of encounter probabilities
1 2 3 4 | pred_pos <- get_pred_positions()
raster <- create_stream_raster_frame(pred_pos)
enc_probs <- calc_enc_probs(raster)
graph_enc_probs(enc_probs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.