Learn R Programming

colourvision (version 2.1.0)

bee: Honeybee photoreceptors

Description

Honeybee (Apis mellifera) photoreceptor sensitivity curves.

Usage

data("bee")

Arguments

Format

A data frame with 401 observations on the following 4 variables.

Wavelength

a numeric vector

UV

a numeric vector

Blue

a numeric vector

Green

a numeric vector

Details

Original data were interpolated to 1nm intervals from 300 to 700nm.

Examples

Run this code
data("bee")
plot(bee[,2]~bee[,1], col = "violet", type="l", xlab="Wavelength(nm)", ylab= "Absorbance")
lines(bee[,3]~bee[,1], col = "blue", type="l")
lines(bee[,4]~bee[,1], col = "green", type="l")

Run the code above in your browser using DataLab