Learn R Programming

syllogi (version 1.0.4)

butterflyPlot: Fictitious Data Set of Butterfly Counts

Description

Data.frame

Usage

data(butterflyPlot)

Arguments

Format

The data frame has 40 rows and 2 variables:

area

Plot area size in hectares.

numSpecies

Count of number of unique species.

Details

Plots ranging in size from 1ha to 1000ha, were left uncut in a larger landscape of logged tropical rainforest. In each plot the number of unique butterfly species was recorded. What is the relationship between plot size and unique species count?

References

fictitious data set

Examples

Run this code
data("butterflyPlot", package='syllogi')
str(butterflyPlot)

Run the code above in your browser using DataLab