1
2
3
4
5
#

Name:

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.

Variables:

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)

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

The CANSIM data base at Statistics Canada.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/The_Nine_Largest_Lakes_in_Manitoba_275_94.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.