Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DistanceDevelopment/Distance
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lawrence Miller committed Apr 22, 2014
2 parents 0befcb5 + 9d2d067 commit f79ac24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/Distance-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ NULL
#' # Load the Excel file, note that header=FALSE and we add column names after
#' minke <- read.xls(minke.filepath, stringsAsFactor=FALSE,header=FALSE)
#' names(minke) <- c("Region.Label", "Area", "Sample.Label", "Effort","distance")
#' minke$Effort <- as.numeric(minke$Effort) # overcome problem in R 3.1.0
#' # One may want to call edit(minke) or head(minke) at this point
#' # to examine the data format
#'
Expand Down

0 comments on commit f79ac24

Please sign in to comment.