fishkirkkojarvi2015 {fishkirkko2015} | R Documentation |
302 measurements of fish species at Kirkkojarvi lake
Description
302 lenght measurements of 11 fish species at Kirkkojarvi lake
Usage
fishkirkkojarvi2015
Format
dataframe with 302 rows and 6 columns:
- fishname
Fish name in Finnish
- fishID
Fish unique identifier for this dataset
- sl
Standard Length in mm
- fl
Fork Length in mm
- tl
Total Length in mm
- wt
Weight in g
Author(s)
Jose Gama
Examples
## Not run:
# get an histogram of the fish species in the dataset
data(fishkirkkojarvi2015)
hist(fishkirkkojarvi2015[["fishID"]], xaxt="n",
main='Histogram of fish species from the Kirkkojarvi lake',xlab='Fish species')
axis(1,at=1:10,labels=fishnames[1:10,'English'])
## End(Not run)
[Package fishkirkko2015 version 1.0.0 Index]