Generate a plot using the output from combined_methods
Usage
core_plots(
combined_otu_data,
low = "#EAE6f3",
high = "#432976",
legend_title = "Taxa Count"
)
# S3 method for default
core_plots(
combined_otu_data,
low = "#EAE6f3",
high = "#432976",
legend_title = "Taxa Count"
)
# S3 method for core_methods
core_plots(
combined_otu_data,
low = "#EAE6f3",
high = "#432976",
legend_title = "Taxa Count"
)
Arguments
- combined_otu_data
the dataframe output of
combined_methods
- low
the hexidecimal code of the low color
- high
the hexidecimal code of the high color
- legend_title
title display above legend