1
2
3
4
5
#

Name:

Description:

Data on hiking trails for each of the 46 "High Peaks" in the Adirondack mountains

Variables:

A data frame with 46 observations on the following 7 variables.

Peak Name of the mountain
Elevation Elevation at the highest point (in feet)
Difficulty Rating of difficulty of the hike: 1 (easy) to 7 (most difficult)
Ascent Vertical ascent (in feet)
Length Length of hike (in miles)
Time Expected trip time (in hours)

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

High Peaks data avaialble at http://www.adirondack.net/tour/hike/highpeaks.cfm. Thanks to Jessica Chapman at St. Lawrence University for recommending this dataset.

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.