Learn R Programming

xpose (version 0.4.19)

check_scales: Check plot scales

Description

Check plot scales

Usage

check_scales(scale, log)

Value

A string taking `continuous` or `log10` as value.

Arguments

scale

The axis to be checked. Can be `x` or `y`.

log

A string to guide which axis (e.g. `x`, `y` or `xy`) should be plotted on log scale.