Learn R Programming

graphscan (version 1.1.1)

events_series: A 1D cluster example: events series example.

Description

A set of 9 series of 1000 events generated for the graphscan package.

Usage

data(events_series)

Arguments

Format

Data is a list of 9 vectors of reals and a list named 'normalisation_factor' containing the normalisation factor of each events serie.

Source

Robin Loche, Benoit Giron, David Abrial, Lionel Cucala, Myriam Charras-Garrido, Jocelyn De-Goer.

See Also

graphscan_1d

Examples

Run this code
data(events_series)
g1<-graphscan_1d(data=events_series,
normalisation_factor=normalisation_factor)

Run the code above in your browser using DataLab