input_xy: Define Variables to be treated as numeric

Description Usage Arguments Examples

View source: R/input_xy.R

Description

All encoded variables appear in the "X-axis Variable" and "Y-axis Variable" selection field of the shiny app ScattR.

Reset the encoding with input_xy().

Usage

1
2
3
4
input_xy()

## Default S3 method:
input_xy(variable = NULL)

Arguments

variable

A character vector. List variables to be treated as "numeric".

Examples

1
input_xy(variable = c("Berichtsjahr","ID"))

philippleppert/scattr documentation built on Nov. 9, 2020, 12:21 p.m.