pairCount: Calculates the frequency each pair of observations within a...

Description Usage Arguments Value See Also

View source: R/pairCount.R

Description

Calculates the frequency each pair of observations within a dataset. This function is needed by weightedPlot, which uses paired observation frequency to generate graph points whose area is proportional to frequency.

Usage

1
pairCount(x, y, roundX = NULL, roundY = NULL)

Arguments

x

A vector

y

A vector

roundX

Number of digits for rounding x vector

roundY

Number of digits for rounding y vector

Value

Returns a vector of pair counts

See Also

weightedPlot

round


michaelpmcdonald/rgo documentation built on May 22, 2019, 9:52 p.m.