diff --git a/models/stics/NAMESPACE b/models/stics/NAMESPACE index e30dd908e7a..d7e1ed7ff17 100644 --- a/models/stics/NAMESPACE +++ b/models/stics/NAMESPACE @@ -2,5 +2,6 @@ export(met2model.STICS) export(model2netcdf.STICS) +export(pecan2stics) export(write.config.STICS) importFrom(dplyr,"%>%") diff --git a/models/stics/man/pecan2stics.Rd b/models/stics/man/pecan2stics.Rd new file mode 100644 index 00000000000..458c0faa2f7 --- /dev/null +++ b/models/stics/man/pecan2stics.Rd @@ -0,0 +1,20 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/write.config.STICS.R +\name{pecan2stics} +\alias{pecan2stics} +\title{Function to translate pecan param names and units to stics names and units.} +\usage{ +pecan2stics(trait.values) +} +\arguments{ +\item{trait.values}{trait.values, list} +} +\value{ +translated list +} +\description{ +Function to translate pecan param names and units to stics names and units. +} +\author{ +Quentin Bell +}