check_pt: Check pt input

View source: R/check.R

check_ptR Documentation

Check pt input

Description

Check pt input

Usage

check_pt(
  pt_size = NULL,
  pt_alpha = NULL,
  pt_clrsp = NULL,
  pt_clrp = NULL,
  pt_clr = NULL
)

Arguments

pt_size

Numeric value. Specifies the size of all points.

pt_alpha

Numeric value. Specifies the degree of transparency of all points.

pt_clrsp

The color spectrum to be used if the specified variable displayed by color is continuous. Run validColorSpectra() to see valid input.

pt_clrp

The color palette to be used if the specified variable displayed by color is categorical/discrete. Run validColorPalettes() to see valid input.

pt_clr

Character value. Specifies the color of all points.


kueckelj/SPATA2 documentation built on March 16, 2024, 10:25 a.m.