ianfiske / unmarked

R package for hierarchical models in ecological research
15 stars 33 forks source link

Retrieving head() of umf with no siteCovs gives error #12

Closed ianfiske closed 14 years ago

ianfiske commented 14 years ago

example(colext) umf2 <- umf siteCovs(umf2) <- data.frame(cov=rnorm(numSites(umf))) head(umf) head(umf2)

ianfiske commented 14 years ago

Fixed bug in [ site selector for unmarkedFrames. Closed by aef2d57156ffc73fb68976c679bf15eef0fd1332.