make_2d_tidy_dist {simlandr} | R Documentation |
Make a tidy data.frame
from smooth 2d distribution matrix
Description
Make a tidy data.frame
from smooth 2d distribution matrix
Usage
make_2d_tidy_dist(dist_2d, value = NULL, var_name = NULL)
Arguments
dist_2d |
|
value |
The value of the variable of interest. |
var_name |
The name of the variable. |
Value
A tidy data.frame
.
[Package simlandr version 0.4.0 Index]