Remove deprecated functions
This commit is contained in:
@@ -1754,20 +1754,3 @@ main <- function() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
main()
|
main()
|
||||||
|
|
||||||
# For generate_scatter_plot()
|
|
||||||
# # Add rectangles if specified
|
|
||||||
# if (!is.null(config$rectangles)) {
|
|
||||||
# for (rect in config$rectangles) {
|
|
||||||
# plot <- plot + annotate(
|
|
||||||
# "rect",
|
|
||||||
# xmin = rect$xmin,
|
|
||||||
# xmax = rect$xmax,
|
|
||||||
# ymin = rect$ymin,
|
|
||||||
# ymax = rect$ymax,
|
|
||||||
# fill = ifelse(is.null(rect$fill), NA, rect$fill),
|
|
||||||
# color = ifelse(is.null(rect$color), "black", rect$color),
|
|
||||||
# alpha = ifelse(is.null(rect$alpha), 0.1, rect$alpha)
|
|
||||||
# )
|
|
||||||
# }
|
|
||||||
# }
|
|
||||||
Reference in New Issue
Block a user