Learn R Programming

traitstrap (version 0.1.0)

fortify_filled_trait: Fortify filled Traits

Description

Calculates at which level the data are coming from in each plot.

Usage

fortify_filled_trait(object, other_col_how, ...)

Value

a tibble

Arguments

object

filled traits from trait_fill().

other_col_how

what to do with the other columns in other data. Options are to filter by one of the columns, add them to the x-axis, facet by them, or to ignore.

...

optional filters for use with other_col_how = "filter"