Dist.pt: The number of distinct points.

Description Usage Arguments Details Value Author(s) Examples

View source: R/spherepc.R

Description

This function calculates the number of distinct point in the given data.

Usage

1

Arguments

data

matrix or dataframe consisting of spatial locations with two columns. Each row represents longitude and latitude.

Details

This function calculates the number of distinct points in the given data.

Value

a numeric.

Author(s)

Jongmin Lee

Examples

1
Dist.pt(rbind(c(0, 0), c(0, 1), c(1, 0), c(1, 1), c(0, 0)))

spherepc documentation built on Oct. 7, 2021, 9:14 a.m.

Related to Dist.pt in spherepc...