group3js {r3js}R Documentation

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)

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.

Value

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


[Package r3js version 0.0.2 Index]