get_dist {simlandr} | R Documentation |
Get the probability distribution from a landscape object
Description
Get the probability distribution from a landscape object
Usage
get_dist(l, index = 1)
Arguments
l |
A |
index |
1 to get the distribution in tidy format; 2 or "raw" to get the raw simulation result ( |
Value
A data.frame
that contains the distribution in the tidy format or the raw simulation result.
[Package simlandr version 0.3.1 Index]