spa.MeanCenter: spa.MeanCenter

View source: R/spatial.r

spa.MeanCenterR Documentation

spa.MeanCenter

Description

Generate points along lines. Following a geometrical line, it produces points based on a factor.

Usage

spa.MeanCenter(indf)

Arguments

indf

A n

Details

Generates a number of points along lines.

Value

A

Author(s)

Dimitris Kavroudakis dimitris123@gmail.com

Examples

library(goal)
co = data.frame(x = c(0,3.9,4.1,8), y = c(1,4.1,3.9,7))
names(co) = c("x","y")
(co)

goal::spa.MeanCenter(indf=co)



dimitrisk/goal documentation built on April 30, 2024, 7:21 p.m.