overList: Array index to a list

Description Usage Arguments Value Examples

Description

Array index to a list

Usage

1
overList(overBuff, nPlot)

Arguments

overBuff

Index from an array (distance matrix) created with 'which' argument arr.index

nPlot

Maximum index number

Value

A list with of x and y

Examples

1
2
3
distVF <- as.matrix(dist(1:10)) > 5
indArr <- which(distVF, arr.ind=TRUE)
overList(indArr, 10)

adalardo/lmBuffer documentation built on May 10, 2019, 5:13 a.m.