serial {charts} R Documentation

create a new serial for scatter plot

Description

Usage

serial(x, y,
    name = "data serial",
    color = "black",
    alpha = 255,
    ptSize = 5);

Arguments

x

[as Array]

y

[as Array]

name$

-

color

-

Details

Authors

graphics

Value

this function returns data object of type SerialData.

clr value class

Examples


[Package charts version 1.0.0.0 Index]