Learn R Programming

scplot (version 0.5.1)

set_phasenames: Set phasenames of an scplot

Description

Set phasenames of an scplot

Usage

set_phasenames(object, labels = NULL, position = NULL, ...)

Value

An object of class scplot (see scplot()) with a changed phasenames element.

Arguments

object

An scplot object (class scplot) returned from the scplot() function.

labels

A Character vector with text labels.

position

Character string either 'left', 'center', or 'none'.

...

List with text parameters ("family", "face", "colour", "size", "hjust", "vjust", "angle", "lineheight", "margin"). See element_text().