plotRoute: Title

View source: R/old-juvdens-functions.R

plotRouteR Documentation

Title

Description

Details

Usage

plotRoute(graph, nodes, add = FALSE, ...)

Arguments

graph

an input parameter

nodes

todo

add

add to an existing plot

...

todo

Details

Description - This function does stuff.

Value

what does it return

See Also

getQMat for creating a GMRF from a graph

Examples

#y <- rivs[rivs $ CATCH_NAME == "River Irvine",]
#g <- buildTopo(y)

#from = cbind(291867.1, 933646.4)
#to = cbind(312009.1, 922430.1)
#pp = routePoints(g, from, to)
#plot(y)
#plotRoute(g, pp, col = "blue", lwd = 2, asp = 1,  xlab = "", ylab = "", add = TRUE)
#points(rbind(from, to))

Faskally/CLmodel documentation built on Sept. 21, 2023, 1:15 p.m.