Function to make points draggable
Examples
# Enable draggable points
myIO() |>
addIoLayer(
type = "point", color = "red", label = "pts",
data = mtcars, mapping = list(x_var = "wt", y_var = "mpg")
) |>
dragPoints()
Function to make points draggable
# Enable draggable points
myIO() |>
addIoLayer(
type = "point", color = "red", label = "pts",
data = mtcars, mapping = list(x_var = "wt", y_var = "mpg")
) |>
dragPoints()