Learn R Programming

afpt (version 1.0.0)

climbing_birds: Climbing birds

Description

Data extracted from Hedenstr<U+00F6>m & Alerstam 1992.

Usage

data("climbing_birds")

Arguments

Format

A data frame with 15 observations on the following 11 variables.

number

a numeric vector

name

a character vector

name.scientific

a character vector

massEmpty

a numeric vector

massFat

a numeric vector

wingSpan

a numeric vector

wingAspect

a numeric vector

wingbeatFrequency

a numeric vector

climbRate

a numeric vector

climbSpeed

a numeric vector

climbAlitude

a numeric vector

Examples

Run this code
# NOT RUN {
data(climbing_birds)
climbingBirds <- Bird(climbing_birds)
# }

Run the code above in your browser using DataLab