gate_interactive_chr_int: Get points within a user drawn gate

gate_interactive_chr_intR Documentation

Get points within a user drawn gate

Description

Get points within a user drawn gate

Usage

gate_interactive_chr_int(
  .data,
  .dim1,
  .dim2,
  .color = NA,
  .shape = NULL,
  .size = NULL,
  opacity = 1,
  how_many_gates = 1,
  is_size_fixed,
  ...
)

Arguments

.data

A tibble

.dim1

A column symbol. The x dimension

.dim2

A column symbol. The y dimension

.color

A column symbol. Color of points

.shape

A column symbol. Shape of points

.size

A column symbol. Size of points

opacity

A number between 0 and 1. The opacity level of the data points

how_many_gates

An integer. The number of gates to label

...

Further parameters passed to the function gatepoints::fhs

gate_list

A list of gates. It is returned by gate function as attribute \"gate\". If you want to create this list yourself, each element of the list is a data frame with x and y columns. Each row is a coordinate. The order matter.

Value

A tibble with additional columns


stemangiola/tidygate documentation built on Nov. 19, 2023, 7:31 a.m.