cut.sg {spatgraphs}R Documentation

cut edges

Description

cut edges

Usage

## S3 method for class 'sg'
cut(x, data, R, ...)

Arguments

x

sg graph object

data

point pattern used for computing g

R

cutting length

...

ignored

Removes edges with length > R.


[Package spatgraphs version 3.4 Index]