fix name of getMetData

This commit is contained in:
Hollos Roland 2019-12-18 14:54:57 +01:00
parent f2ebadc669
commit 58b7714219
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ export(cleanupMuso)
export(compareMuso) export(compareMuso)
export(copyMusoExampleTo) export(copyMusoExampleTo)
export(corrigMuso) export(corrigMuso)
export(getMeteoData1BG) export(getMeteoData1BGC)
export(getyearlycum) export(getyearlycum)
export(getyearlymax) export(getyearlymax)
export(mtclim) export(mtclim)

View File

@ -22,7 +22,7 @@
#' @importFrom tcltk tk_choose.dir tk_choose.files #' @importFrom tcltk tk_choose.dir tk_choose.files
#' @export #' @export
getMeteoData1BG <- function(startYear=2017, endYear=2017, lon=18.8, lat=47.3, timeOut=7200, getMeteoData1BGC <- function(startYear=2017, endYear=2017, lon=18.8, lat=47.3, timeOut=7200,
monthList=sprintf("%02d",1:12), monthList=sprintf("%02d",1:12),
dayList=sprintf("%02d",1:31), dayList=sprintf("%02d",1:31),
hourList=sprintf("%02d:00",0:23), hourList=sprintf("%02d:00",0:23),