plot_persize: Recall, precision, F1 per SV size

View source: R/plot_persize.R

plot_persizeR Documentation

Recall, precision, F1 per SV size

Description

Recall, precision, F1 per SV size

Usage

plot_persize(
  eval,
  size.breaks = c(50, 100, 500, 1000, 10000, Inf),
  plot = TRUE
)

Arguments

eval

the output of svevalOl.

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.

Value

a list of ggplot objects if plot=TRUE (default); a data.frame otherwise.

Author(s)

Jean Monlong


jmonlong/sveval documentation built on July 31, 2023, 7:50 p.m.