Skip to content

Commit

Permalink
data descriptions updated to have the column names in the correct case
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustT committed Jan 31, 2020
1 parent b69e4ee commit 81808c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/bats-data.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#' @name bats
#' @title Data - National Bat Monitoring Programme, UK
#' @description This dataset from the National Bat Monitoring Programme, UK has data for UK bats species
#' The data contains: Species, an abbreviation of the bat's name; Year, integer
#' from 1998-2014; Index, the index values are unsmoothed, log (base e)
#' The data contains: species, an abbreviation of the bat's name; year, integer
#' from 1998-2014; index, the index values are unsmoothed, log (base e)
#' transformations of projected counts. For more information see Barlow et al
#' @docType data
#' @usage data(bats)
Expand Down
6 changes: 3 additions & 3 deletions R/butterflies_hs-data.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#' @name butterflies_hs
#' @title Data - UK Butterfly Monitoring Scheme - Habitat Specialists
#' @description This dataset from the UK Butterfly monitoring scheme has data for 26 species regarded as habitat specialists.
#' The data contains: Species, Latin name of the butterfly species; Year, integer
#' from 1976-2017; Index, the index of abundance on the log10 scale. The
#' The data contains: species, Latin name of the butterfly species; year, integer
#' from 1976-2017; index, the index of abundance on the log10 scale. The
#' time-series for each species is fixed to have a mean of exactly 2.
#' Since 10^2 = 100, the time-series are centered on a value of 100; Se, standard
#' Since 10^2 = 100, the time-series are centered on a value of 100; se, standard
#' error in the index value (on the log scale)
#' @docType data
#' @usage data(butterflies_hs)
Expand Down
6 changes: 3 additions & 3 deletions R/butterflies_wc-data.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#' @name butterflies_wc
#' @title Data - UK Butterfly Monitoring Scheme - Wider Countryside Species
#' @description This dataset from the UK Butterfly monitoring scheme has data for 24 species regarded as wider countryside species.
#' The data contains: Species, Latin name of the butterfly species; Year, integer
#' from 1976-2017; Index, the index of abundance on the log10 scale. The
#' The data contains: species, Latin name of the butterfly species; year, integer
#' from 1976-2017; index, the index of abundance on the log10 scale. The
#' time-series for each species is fixed to have a mean of exactly 2.
#' Since 10^2 = 100, the time-series are centered on a value of 100; Se, standard
#' Since 10^2 = 100, the time-series are centered on a value of 100; se, standard
#' error in the index value (on the log scale)
#' @docType data
#' @usage data(butterflies_wc)
Expand Down

0 comments on commit 81808c5

Please sign in to comment.