rggobi (version 2.1.22)

ggobi_count: Get number of GGobis

Description

Retrieves the number of ggobi instances within this session

Usage

ggobi_count()

Arguments

Details

One or more ggobi instances can be created within an R session so that one can simultaneously look at different datasets or have different views of the same dataset. This function returns the number of ggobis in existence.

The different ggobi instances are maintained as C level structures. This function accesses a variable that stores how many are in existence when the function is invoked.

Examples

Run this code
# NOT RUN {
if (interactive()) {
ggobi_count()}
# }

Run the code above in your browser using DataCamp Workspace