link_type: Set or query the type of linking

Description Usage Arguments Value Author(s) Examples

View source: R/data.R

Description

Types of linking include hot, cold and self linking. Hot linking means other plots get updated immediately after the current plot is brushed; cold linking will not update other plots until they are on focus; self linking means all the elements in the same category as the current brushed element(s) will be brushed as well.

Usage

1
2
3

Arguments

data

the mutaframe (typically created by qdata), with an attribute Link

value

the type of linking (possible values are hot, cold and self)

Value

link_type returns the type of linking

Author(s)

Yihui Xie <http://yihui.name>

Examples

1
2
3
4
mf <- qdata(iris)
link_type(mf)
link_type(mf) <- "self"
link_type(mf) <- "cold"

ggobi/cranvas documentation built on May 17, 2019, 3:10 a.m.