Skip to content

Commit

Permalink
re-export cowplot plot grid
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Sep 6, 2024
1 parent 206e1f2 commit dacff9f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export(plotTSNE_3D)
export(plotUMAP)
export(plotUMAP_2D)
export(plotUMAP_3D)
export(plot_grid)
export(plot_output_handler)
export(plotly_axis_scale_2D)
export(plotly_axis_scale_3D)
Expand Down Expand Up @@ -110,6 +111,7 @@ importClassesFrom(data.table,data.table)
importFrom(GiottoUtils,getDistinctColors)
importFrom(GiottoUtils,getRainbowColors)
importFrom(colorRamp2,colorRamp2)
importFrom(cowplot,plot_grid)
importFrom(data.table,dcast)
importFrom(data.table,dcast.data.table)
importFrom(ggrepel,geom_label_repel)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

## new
- `gpsparam()` for generating an object containing plot saving parameters
- `cowplot::plot_grid()` re-exported

# GiottoVisuals 0.2.4 (2024/07/26)

Expand Down
4 changes: 4 additions & 0 deletions R/suite_reexports.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ GiottoUtils::getDistinctColors
ggrepel::geom_text_repel
#' @export
ggrepel::geom_label_repel

#' @importFrom cowplot plot_grid
#' @export
cowplot::plot_grid
3 changes: 3 additions & 0 deletions man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dacff9f

Please sign in to comment.