qlegend: Create a legend layer

Description Usage Arguments Value Author(s)

View source: R/qlegend.R

Description

This function creates a legend layer.

Usage

1
qlegend(parent = NULL, data = NULL, vertical = TRUE, ...)

Arguments

parent

the parent layer (default to be NULL, which means creating an independent layer with no parents, but it can be added to a parent layer using the approach parent[i, j] <- child_layer)

data

NULL means to use scale

vertical

(default is TRUE)

...

other arguments passed to qlayer

Value

a layer object

Author(s)

Heike Hofmann


ggobi/cranvas documentation built on May 17, 2019, 3:10 a.m.