ggInterval_centerRange {ggESDA}R Documentation

Figure with x-axis = center y-axis = range

Description

Visualize the relation between center and range.

Usage

ggInterval_centerRange(data = NULL,mapping = aes(NULL),plotAll=FALSE)

Arguments

data

A ggESDA object. It can also be either RSDA object or classical data frame,which will be automatically convert to ggESDA data.

mapping

Set of aesthetic mappings created by aes() or aes_(). If specified and inherit. aes = TRUE (the default), it is combined with the default mapping at the top level of the plot. You must supply mapping if there is no plot mapping. It is the same as the mapping of ggplot2.

plotAll

booleans, if TRUE, plot all variable together

Value

Return a ggplot2 object.

Examples

ggInterval_centerRange(iris,aes(iris$Sepal.Length))

mydata<-ggESDA::facedata
ggInterval_centerRange(mydata,aes(AD,col="blue",pch=2))

[Package ggESDA version 0.2.0 Index]