procDist: Extract the statistics from the result given by findNNs

Description Usage Arguments Value Examples

View source: R/procDist.R

Description

Extract the statistics from the result given by findNNs

Usage

1
procDist(distResult, thred = 30)

Arguments

distResult

A distance result file from findNNs

thred

a threshold distance as cut-off

Value

The statistics extracted from the distace result file

Examples

1
2
3
4
5
6
Cell.X.Position=sample(1:1000, 20, replace=TRUE)
Cell.Y.Position=sample(1:1000, 20, replace=TRUE)
distance = runif(20,min=0,max=100)
distResult = data.frame (Cell.X.Position,Cell.Y.Position,distance)
thred=30
procDist(distResult,thred)

ISAT documentation built on May 2, 2019, 9:12 a.m.