R/plotVenn.R
plotFlower.Rd
Uses can use this function to get the number of merged intervals via Flower plot
The vector contains the paths of bed files, can be dir_path.
Define the names of input files.
The suffix of the bed files. Default: '.bed'.
Start degree. Default: 90.
Width of the petal. Default: 0.5.
Length of the petal. Default: 2.
Radius of the core. Default: 1.5.
Width of the plot. Default: 10.
Heigth of the plot. Default: 10.
Text size of label around the petal. Default: 1
Color of the core.
Color of the petal.
Ggplot object of venn
draw_flower(c('path1','path2', ...))
#> Error in draw_flower(c("path1", "path2", ...)): could not find function "draw_flower"