getFunctionAndParameters: getFunctionNameAndParameters

View source: R/cchart.R

getFunctionAndParametersR Documentation

getFunctionNameAndParameters

Description

Gets the function, loading parameters if necessary, and the parameters of the function.

Usage

getFunctionAndParameters(chart.function.name, small.multiples)

Arguments

chart.function.name

The name of the function used for creating the chart (aka plot).

small.multiples

Logical; whether a panel of charts should be created

Value

A list with the following elements:

chart.function

The function

.

parameter.1

The first parameter in chart.function

.

parameter.o

The other parameters in chart.function

.


Displayr/flipChart documentation built on Sept. 20, 2024, 10:56 a.m.