-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (26 loc) · 993 Bytes
/
Copy pathNAMESPACE
File metadata and controls
29 lines (26 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Generated by roxygen2: do not edit by hand
# To regenerate: devtools::document()
export(journal_style)
export(journal_style_from_yaml)
export(journal_style_schema)
export(load_acs_style)
export(render_volcano)
export(render_heatmap)
export(render_bar)
export(compose_panels)
export(compliance_check)
export(export_figure)
export(apply_journal_theme)
export(run_app)
S3method(print, JournalStyle)
S3method(print, plotmorph_compliance_report)
importFrom(ggplot2, ggplot, aes, geom_point, geom_tile, geom_col, geom_errorbar,
geom_hline, geom_vline, scale_color_manual, scale_fill_gradient2,
scale_fill_manual, scale_x_continuous, scale_y_continuous,
labs, theme, theme_minimal, theme_classic, element_text,
element_line, element_blank, element_rect, ggsave, unit)
importFrom(grid, grid.draw)
importFrom(grDevices, cairo_pdf, dev.off)
importFrom(patchwork, wrap_plots, plot_annotation)
importFrom(yaml, read_yaml)
importFrom(scales, breaks_pretty)