fix name of getMetData
This commit is contained in:
parent
f2ebadc669
commit
58b7714219
@ -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)
|
||||||
|
|||||||
@ -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),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user