ggobi_count {rggobi} | R Documentation |
Retrieves the number of ggobi instances within this session
ggobi_count()
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.
Hadley Wickham <h.wickham@gmail.com>
ggobi_count()