plotheme.auto: Semi-automatic ggplot theme

Description Usage Arguments Value Examples

Description

Returns the ploting parameters according to input, with working default for missing ones. Used for custom ggplot of multivariate results (pca, pls, opls)

Usage

1
2
3
plotheme.auto(limits = NULL, Legend.L = T, colorL = F,
  labels = list(title = "", x = "", y = ""), geom_path = F,
  geom_ellipse = F, labelsL = F, palpha = 0.8, psize = 0.8)

Arguments

limits

Limits of the axis (returned by find.limits)

Legend.L

Logical to draw legend

colorL

Logical to use color or grey scale

labels

list for titles (title, x, y)

geom_path

Logical for drawing path

geom_ellipse

Logical for drawing groups ellipses

labelsL

Add labels to points

palpha

Points transparency (between 0 and 1)

psize

Points size

Value

ggplot list of aestethic

Examples

1

Mystilivia/SDjoygret documentation built on May 7, 2019, 5:17 p.m.