Skip to content

Commit

Permalink
Allow 1-D multiRangeGate.
Browse files Browse the repository at this point in the history
  • Loading branch information
djhammill committed Jun 12, 2024
1 parent 61d6448 commit dce6b47
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions R/cyto_gate_draw-helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
}
}
Expand Down

0 comments on commit dce6b47

Please sign in to comment.