recharts (version 0.0.302)

ePoints: Points charts

Description

ECharts style scatter charts.

Usage

ePoints(dat, opt = list())

Arguments

dat
data.frame, should have two column or three colume. If three, the third colume should be factor or character, it will be treated as category labels.
opt
option of ECharts.

Value

The HTML code as a character string.

Examples

Run this code
plot(ePoints(iris[,3:5]))

Run the code above in your browser using DataLab