Make a tidy data.frame from smooth 3d distribution matrix

make_3d_tidy_dist(dist_3d, value = NULL, var_name = NULL)

Arguments

dist_3d

kde2d-type distribution.

value

The value of the variable of interest.

var_name

The name of the variable.

Value

A tidy data.frame.