| cost_matrix_diagonal_cpp | R Documentation | 
Computes the least cost matrix from a distance matrix. Considers diagonals during computation of least-costs.
cost_matrix_diagonal_cpp(dist_matrix)
| dist_matrix | (required, distance matrix). Square distance matrix, output of  | 
Least cost matrix.
Other Rcpp_matrix: 
cost_matrix_diagonal_weighted_cpp(),
cost_matrix_orthogonal_cpp(),
distance_ls_cpp(),
distance_matrix_cpp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.