gsGOC | R Documentation |
These have been deprecated and will be removed in a future release.
gsGOC(
mpg,
nThresh = NULL,
doThresh = NULL,
weight = "lcpPerimWeight",
sp = FALSE,
verbose = 3
)
gsGOCCorridor(GOC, whichThresh, coords, doPlot = FALSE, weight = "meanWeight")
gsGOCDistance(GOC, coords, weight = "meanWeight")
gsGOCPoint(GOC, coords)
gsGOCVisualize(GOC, whichThresh, sp = FALSE, doPlot = FALSE)
visualize(GOC, whichThresh, sp = FALSE, doPlot = FALSE)
gsGraphDataFrame(x)
gsMPG(cost, patch, sa = NULL, filterPatch = NULL, spreadFactor = 0)
mpg |
A |
nThresh |
Optional. An integer giving the number of thresholds (or scales)
at which to create GOC models. Thresholds are selected to produce
a maximum number of unique grains (i.e., models).
|
doThresh |
Optional. A vector giving the link thresholds at which to create GOC models.
Use |
weight |
A string giving the link weight or attribute to use for threshold.
|
sp |
Logical. If |
verbose |
Set |
GOC |
A |
whichThresh |
Integer giving the index of the threshold to visualize. |
coords |
A two column matrix or a |
doPlot |
Logical. If |
x |
A |
cost |
A |
patch |
A raster of class |
filterPatch , sa , spreadFactor |
No longer used. |
the sp
argument has also been deprecated from all functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.