| 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.
x1a numeric vector
x2a numeric vector
x3a numeric vector
x4a numeric vector
x5a numeric vector
x6a numeric vector
x7a numeric vector
x8a numeric vector
x9a numeric vector
x10a 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]