Skip to content

Commit

Permalink
corrected ambiguous lat/long wording in module IO docs
Browse files Browse the repository at this point in the history
  • Loading branch information
goldingn committed Sep 10, 2015
1 parent 23b6d3f commit 4a67280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/doc/Module_IO_for_devs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Out: df with longitude latitude value type fold
out: raster layer or raster stack

### Process
in: list(df with value, type, fold, lon, lat + covs, covar raster)
out: list(df with value, type, fold, lon, lat + covs, covar raster)
in: list(df with value, type, fold, longitude, latitude + covs, covar raster)
out: list(df with value, type, fold, longitude, latitude + covs, covar raster)


### Model
Expand Down

0 comments on commit 4a67280

Please sign in to comment.