Create CSMF plot for EAVA::codEAVA output
# S3 method for eava
plot(
x,
top = 10,
title = "Top CSMF Distribution",
type = "bar",
return.barplot = FALSE,
...
)A barplot if return.barplot is TRUE; otherwise, nothing is returned.
Output from EAVA::codEAVA
The number of top causes to include in plot. This is exceeded if there are ties.
Title for CSMF plot
An indicator of the type of chart to plot. "pie" for pie chart; "bar" for bar chart.
a logical indicating if the (barplot) ggplot() object should be returned (instead of printed). Default value is FALSE.
Not used.