fishkirkkojarvi2015 {fishkirkko2015} | R Documentation |
302 lenght measurements of 11 fish species at Kirkkojarvi lake
fishkirkkojarvi2015
dataframe with 302 rows and 6 columns:
Fish name in Finnish
Fish unique identifier for this dataset
Standard Length in mm
Fork Length in mm
Total Length in mm
Weight in g
Jose Gama
## 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)