From 2a11089886587eeb73d0ba5f44e735b8de6cefc2 Mon Sep 17 00:00:00 2001 From: ludvigla Date: Wed, 17 Jan 2024 14:52:13 +0100 Subject: [PATCH] Added dbplyr to suggests --- DESCRIPTION | 3 ++- man/Plot2DGraphM.Rd | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3729f219..f671c916 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -42,7 +42,8 @@ Suggests: scales, jsonlite, pheatmap, - duckdb + duckdb, + dbplyr Collate: 'aaa.R' 'generics.R' diff --git a/man/Plot2DGraphM.Rd b/man/Plot2DGraphM.Rd index 20c6293b..c1a8ece9 100644 --- a/man/Plot2DGraphM.Rd +++ b/man/Plot2DGraphM.Rd @@ -68,7 +68,8 @@ A \code{patchwork} object \description{ In contrast to \code{\link{Plot2DGraph}}, which only draw 1 marker at the time, this function makes it possible to arrange plots into a grid with markers in rows -and components in columns. +and components in columns. The color scales are fixed for each marker so that their +limits are the same across all components. } \examples{ library(pixelatorR)