sg_verify_parameters {spatgraphs} | R Documentation |
Verify input parameters for the graph
Description
Mainly for internal use.
Usage
sg_verify_parameters(coord, type, par, maxR, doDists, preGraph)
Arguments
coord |
Coordinates of the locations |
type |
Type of graph |
par |
Parameter(s) for the graph |
maxR |
Maximum range for edges, helps in large patterns. |
doDists |
Precompute distances? Speeds up some graphs, takes up memory. |
preGraph |
Precomputed graph, taken as a super-graph |
[Package spatgraphs version 3.4 Index]