[ top | up ]

Load a System Data Set

Syntax

load(dataset.name)

Arguments

data.name a character string giving the name of the data set to load.

Description

R comes complete with the set of data files which are used in this manual.

Examples

> load("iris")