R Dataset / Package DAAG / Manitoba.lakes

On this R-data statistics page, you will find information about the Manitoba.lakes data set which pertains to The Nine Largest Lakes in Manitoba. The Manitoba.lakes data set is found in the DAAG R package. You can load the Manitoba.lakes data set in R by issuing the following command at the console data("Manitoba.lakes"). This will load the data into a variable called Manitoba.lakes. If R says the Manitoba.lakes data set is not found, you can try installing the package by issuing this command install.packages("DAAG") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Manitoba.lakes R data set. The size of this file is about 179 bytes.

The Nine Largest Lakes in Manitoba

Description

The Manitoba.lakes data frame has 9 rows and 2 columns. The areas and elevations of the nine largest lakes in Manitoba, Canada. The geography of Manitoba (a relatively flat province) can be divided crudely into three main areas: a very flat prairie in the south which is at a relatively high elevation, a middle region consisting of mainly of forest and Precambrian rock, and a northern region which drains more rapidly into Hudson Bay. All water in Manitoba, which does not evaporate, eventually drains into Hudson Bay.

Usage

Manitoba.lakes

Format

This data frame contains the following columns:

elevation

a numeric vector consisting of the elevations of the lakes (in meters)

area

a numeric vector consisting of the areas of the lakes (in square kilometers)

Source

The CANSIM data base at Statistics Canada.

Examples

plot(Manitoba.lakes)
plot(Manitoba.lakes[-1,])

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-daag-manitobalakes.html" width="100%" height="100%" style="border:0px"></iframe>