Skip to contents

This function creates a method comparison plot for data collected in MPAs

Usage

plot_method_comparison(datas = NULL, type = "bar")

Arguments

datas

a data frame or list of data frames obtained from get_project_data()

type

an argument indicating what the output should be. Options include bar, which produces a bar chart, venn, which produces a Venn Diagram, or table, which produces a table.

Examples

if (FALSE) { # \dontrun{
library(MarConsNetData)
library(MarConsNetAnalysis)
d <- get_project_data(ids=c(1093, 642))
plot_method_comparison(datas=d)
} # }