plot_persize | R Documentation |
Recall, precision, F1 per SV size
plot_persize(
eval,
size.breaks = c(50, 100, 500, 1000, 10000, Inf),
plot = TRUE
)
eval |
the output of |
size.breaks |
a vector for breaking the sizes into classes. |
plot |
should the function return the plot list. Default is TRUE. If FALSE, returns a data.frame. |
a list of ggplot objects if plot=TRUE (default); a data.frame otherwise.
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.