This function converts a matrix of copula samples to a tibble format.
Usage
copula2tbl(i, u_mat, location_names, location_col)
Arguments
- i
The index of the sample.
- u_mat
The matrix of Copula samples.
- location_names
The names of the locations.
- location_col
String name of the location column.
Value
A tibble containing the Copula samples and location names.