pecc_count: Peccary count

pecc_countR Documentation

Peccary count

Description

Take a dataframe, the name of two columns and a boolen one, compute percentage for each combination.

Usage

pecc_count(df, metric, col1, col2)

Arguments

df

Name of the dataframe to analyse

metric

Name of the column metric (NSA)

col1

Name of the first column

col2

Name of the second column

Author(s)

Thibaud Derippe

Examples

pecc_count(mtcars,metric = vs, col1 = cyl, col2 = carb)

Peccary-PMX/Peccary documentation built on Jan. 17, 2024, 9:27 p.m.