forked from roualdes/data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
finches.txt
40 lines (20 loc) · 1.05 KB
/
finches.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
finches R Documentation
Size measurements for adult finches on various Galapagos islands
Description:
Includes measurements for finch species, on islands Floreana, San
Cristobal, and Santa Cruz. All units are in milimeters.
Usage:
finches <- read.csv("https://raw.githubusercontent.com/roualdes/data/master/finches.csv")
Format:
A dataframe with 68 rows and 9 variables:
'island' factor denoting island
'winglength' numeric denoting the length in mm of left wing length
'taillength' numeric denoting the length in mm of the tail
'beakwidth' numeric denoting the width in mm of the the beak
'beakheight' numeric denoting the height in mm of the beak
'lowerbeaklength' numeric denoting the length in mm of the lower beak
'upperbeaklength' numeric denoting the length in mm of the upper beak
'tarsuslength' numeric denoting the length in mm of the tarsus
'middletoelength' numeric denoting the length in mm of the middle toe
Source:
Darwin's original data. Need citation.