point_options: Point Options

Description Usage Arguments Value Examples

View source: R/options.R

Description

Modify point options

Usage

1
2
point_options(c3, show = TRUE, r = 2.5, expand = TRUE,
  expand.r = 1.75, select.r = 4)

Arguments

c3

c3 htmlwidget object

show

boolean

r

numeric radius of point

expand

boolean

expand.r

numeric multiplier for radius expansion

select.r

numeric multiplier for radius expansion

Value

c3

Examples

1
2
3
data.frame(a = c(1,2,3,2), b = c(2,4,1,5)) %>%
  c3() %>%
  point_options(r = 5, expand.r = 2)

mrjoh3/c3 documentation built on July 8, 2021, 8:24 p.m.