Learn R Programming

r3js (version 0.0.2)

group3js: Start a new r3js object group

Description

This function can be used to link plot objects together into a group in order to apply highlighting and interactive effects. See details.

Usage

group3js(data3js, objectIDs, groupIDs = objectIDs)

Value

Returns an empty r3js group object in the form of a list.

Arguments

data3js

The r3js data object

objectIDs

IDs for each object you want to apply the group to.

groupIDs

IDs for each object you want to include in the group.