Last data update: 2014.03.03

R: Remove Sites from Site-Pair Table
removeSitesFromSitePairR Documentation

Remove Sites from Site-Pair Table

Description

Randomly selects a number of sites from a given site-pair table and removes them from the site-pair table. This function is called from the plotUncertainty function and should not need to be called directly by the user.

Usage

removeSitesFromSitePair(n, tab, rmFrac)

Arguments

n

An integer, not actually used, but needed to preform lapply

tab

A site-pair table, same as used to fit a gdm.

rmFrac

The percent of sites to remove from the full site-pair table.

Value

A site-pair table, smaller than the one given.

Note

This function is called from the plotUncertainty function and the user should not need to access directly.

See Also

plotUncertainty

Results