View source: R/psp.slope.intercept.R
pointsAlongLines | R Documentation |
Given a line segment pattern, find a series of points that lie along it based on x or y coordinates
pointsAlongLines(X = NULL, x = NULL, y = NULL)
X |
A line segment pattern (object of class "psp"). |
x, y |
Known x or y coordinates given as a numeric vector or a ppp object. One of the parameters has to be |
A point pattern (object of class "ppp") in the same window as X.
Mikko Vihtakari
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.