setManualScale {esetVis}R Documentation

check if manual aesthetic should be set

Description

This is the case only if typeVar and valVar are specified, and if the variable is not numeric or integer (doesn't work with ggplot2)

Usage

setManualScale(x, typeVar, valVar)

Arguments

x

data.frame with typeVar

typeVar

name of variable for aesthetic

valVar

fixed value of variable of aesthetic

Value

logical, if TRUE the manual scale should be set

Author(s)

Laure Cougnaud


[Package esetVis version 1.16.0 Index]