RBBGCMuso/RBBGCMuso/NAMESPACE
Roland Hollós 2b89cc114f fixAlloc
2023-02-27 18:27:05 +01:00

132 lines
3.3 KiB
Plaintext

# Generated by roxygen2: do not edit by hand
export(calibMuso)
export(calibrateMuso)
export(changemulline)
export(checkFileSystem)
export(checkMeteoBGC)
export(cleanupMuso)
export(compareMuso)
export(copyMusoExampleTo)
export(corrigMuso)
export(createSoilFile)
export(fixAlloc)
export(flatMuso)
export(genEpc)
export(getAnnualOutputList)
export(getConstMatrix)
export(getDailyOutputList)
export(getFilePath)
export(getFilesFromIni)
export(getyearlycum)
export(getyearlymax)
export(multiSiteCalib)
export(musoCompareFiles)
export(musoDate)
export(musoGetValues)
export(musoGlue)
export(musoMapping)
export(musoMappingFind)
export(musoMonte)
export(musoQuickEffect)
export(musoRand)
export(musoSensi)
export(normalMuso)
export(optiMuso)
export(paramSweep)
export(plotMuso)
export(plotMusoWithData)
export(randEpc)
export(readObservedData)
export(readValuesFromFile)
export(runMuso)
export(rungetMuso)
export(saveAllMusoPlots)
export(setupMuso)
export(spinupMuso)
export(supportedMuso)
export(tuneMuso)
export(tuneMusoServer)
export(tuneMusoUI)
export(updateMusoMapping)
import(ggplot2)
import(utils)
importFrom(data.table,':=')
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(digest,digest)
importFrom(dplyr,'%>%')
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,tbl_df)
importFrom(future,future)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(glue,glue)
importFrom(gridExtra,grid.arrange)
importFrom(httr,GET)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,with_config)
importFrom(jsonlite,write_json)
importFrom(limSolve,xsample)
importFrom(lubridate,leap_year)
importFrom(magrittr,'%<>%')
importFrom(magrittr,'%>%')
importFrom(openxlsx,read.xlsx)
importFrom(plotly,add_trace)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(rmarkdown,pandoc_version)
importFrom(rmarkdown,render)
importFrom(rpart,rpart)
importFrom(rpart,rpart.control)
importFrom(rpart.plot,rpart.plot)
importFrom(scales,percent)
importFrom(shiny,HTML)
importFrom(shiny,actionButton)
importFrom(shiny,checkboxInput)
importFrom(shiny,fluidPage)
importFrom(shiny,getShinyOption)
importFrom(shiny,isolate)
importFrom(shiny,mainPanel)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,radioButtons)
importFrom(shiny,reactiveValues)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,shinyOptions)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textAreaInput)
importFrom(shiny,titlePanel)
importFrom(stats,approx)
importFrom(tcltk,tk_choose.files)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,separate)