plot_dims_multi: Plot multiple 2D plots in a grid

Description Usage Arguments Examples

View source: R/plots.R

Description

Plot multiple 2D plots in a grid

Usage

1
plot_dims_multi(df, features, ...)

Arguments

df

plot data

features

list of features

...

params to pass to plot_dims()

Examples

1
2
3
4
5
plot_dims_multi(
  fsce_tidy,
  features = c("k_cluster", "Uracil_45", "IL7R", "GNLY"),
  x = UMAP1, y = UMAP2, size = 0.5
)

hesselberthlab/scrunchy documentation built on Nov. 11, 2019, 2:29 p.m.