Cloud {OPC}R Documentation

Cloud

Description

A data frame with 1024 observations on the following 10 variables.

Usage

data("Cloud")

Format

A data frame with 1024 observations on the following 10 variables.

x1

a numeric vector

x2

a numeric vector

x3

a numeric vector

x4

a numeric vector

x5

a numeric vector

x6

a numeric vector

x7

a numeric vector

x8

a numeric vector

x9

a numeric vector

x10

a numeric vector

Details

The data sets we propose to analyse are constituted of 1024 vectors, each vector includes 10 parameters. You can think of it as a 1024*10 matrix.

Source

The Cloud data set comes from the UCI database.

References

NA

Examples

data(Cloud)
## maybe str(Cloud) ; plot(Cloud) ...

[Package OPC version 0.0.2 Index]