is_density_grouping_equal: Determine if density grouping(s) are equal

Description Usage Arguments Details Note

View source: R/density.R

Description

A density grouping is a series of density estimates based on another variable. This function tests if the density estimate x coordinates are equal.

Usage

1

Arguments

d

A data.frame from estimate_density_by().

Details

A density estimation technique evaluates the density of a given distribution at a grid of points. In the case of a density grouping, that means each density estimation should have been done at the same grid of points to be directly comparable. While that is not always required, this function tests whether or not the density groupings are equal and thus able to be compared.

Note

A density grouping is created by estimate_density_by().


steveneschrich/densityplots documentation built on Dec. 23, 2021, 5:32 a.m.