From dce6b477662122f2b73e48b1ebb12c5fbdc93f62 Mon Sep 17 00:00:00 2001 From: Dillon Hammill Date: Thu, 13 Jun 2024 09:13:16 +1000 Subject: [PATCH] Allow 1-D multiRangeGate. --- R/cyto_gate_draw-helpers.R | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/R/cyto_gate_draw-helpers.R b/R/cyto_gate_draw-helpers.R index 3dc5accd..d6757d55 100644 --- a/R/cyto_gate_draw-helpers.R +++ b/R/cyto_gate_draw-helpers.R @@ -124,11 +124,9 @@ "polygon", "ellipse", "quadrant", - "web", - "multirange"))){ + "web"))){ stop( - "Supported 1D gate types include interval, boundary, threshold and ", - "multirange." + "Supported 1D gate types include interval, boundary, and threshold." ) } }