Learn R Programming

OPC (version 0.0.2)

Cloud: Cloud

Description

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

Usage

data("Cloud")

Arguments

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.

References

NA

Examples

Run this code
data(Cloud)
## maybe str(Cloud) ; plot(Cloud) ...

Run the code above in your browser using DataLab