dist_weight_mat_preds {SSNbayes} | R Documentation |
Creates a list of distances and weights between observed and prediction sites
Description
The output matrices are symmetric except the hydrologic distance matrix D.
Usage
dist_weight_mat_preds(path = path, net = 1, addfunccol = "addfunccol")
Arguments
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 |
Value
A list of matrices
Examples
## 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)
[Package SSNbayes version 0.0.3 Index]