Learn R Programming

FRegSigCom (version 0.3.0)

ocean: Hawaii ocean data

Description

Five variables, Salinity, Potential Density, Temperature, Oxygen and Chloropigment, were measured every two meters between 0 and 200 meters below the sea surface at a site located 100 kilometers north of Oahu, Hawaii in 116 different days.

Usage

data("ocean")

Arguments

Format

A list of 5 matrices:

Salinity

a matrix with 116 rows and 101 columns.

Potential.density

a matrix with 116 rows and 101 columns.

Temperature

a matrix with 116 rows and 101 columns.

Oxygen

a matrix with 116 rows and 101 columns.

Chloropigment

a matrix with 116 rows and 101 columns.

See Also

cv.ff.interaction

Examples

Run this code
# NOT RUN {
 data(ocean)
 str(ocean)
# }

Run the code above in your browser using DataLab