dist_weight_mat_preds | R Documentation |
The output matrices are symmetric except the hydrologic distance matrix D.
dist_weight_mat_preds(path = path, net = 1, addfunccol = "addfunccol")
path |
Path with the name of the SpatialStreamNetwork object |
net |
(optional) A network from the SpatialStreamNetwork object |
addfunccol |
(optional) A parameter to compute the spatial weights |
A list of matrices
## Not run:
path <- system.file("extdata/clearwater.ssn", package = "SSNbayes")
mat_all_pred <- dist_weight_mat_preds(path, net = 2, addfunccol='afvArea')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.