sdField: Filter spatial vector data based on standard deviation.

sdFieldR Documentation

Filter spatial vector data based on standard deviation.

Description

This function filters the original data based on standard deviation of traits.

Usage

sdField(field, shape = NULL, trait = NULL, value = 1, cex = 1)

Arguments

field

SpatVector. The field to be filtered.

shape

a specific area inside the field to be filtered. If shape=NULL, all field data will be used for filtering.

trait

a vector of the traits to be used as filter criteria.

value

threshold value of standard deviation to filter the trait data below (must be numeric).

cex

point size. Please check help("points").

Details

sdField

Value

A SpatVector filtered by standard deviation.


filipematias23/cleanRfield documentation built on Aug. 6, 2023, 12:26 a.m.