Learn R Programming

fishkirkko2015 (version 1.0.0)

fishkirkkojarvi2015: 302 measurements of fish species at Kirkkojarvi lake

Description

302 lenght measurements of 11 fish species at Kirkkojarvi lake

Usage

fishkirkkojarvi2015

Arguments

Format

dataframe with 302 rows and 6 columns:

Examples

Run this code
## 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)

Run the code above in your browser using DataLab