diff --git a/man/geoflow_software.Rd b/man/geoflow_software.Rd index 19d8797..e51397f 100644 --- a/man/geoflow_software.Rd +++ b/man/geoflow_software.Rd @@ -249,13 +249,13 @@ Set attributes. Function to call when creating an instance of \code{geoflow_soft \subsection{Method \code{setProperties()}}{ Set properties. Function to call to pass argument values for a given \code{geoflow_software} \subsection{Usage}{ -\if{html}{\out{
}}\preformatted{geoflow_software$setProperties(...)}\if{html}{\out{
}} +\if{html}{\out{
}}\preformatted{geoflow_software$setProperties(props)}\if{html}{\out{
}} } \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{...}}{named list of properties} +\item{\code{props}}{named list of properties} } \if{html}{\out{
}} } @@ -283,13 +283,13 @@ Set software arguments. Function to call when creating an instance of \code{geof \subsection{Method \code{setParameters()}}{ Set parameters. Function to call to pass argument values for a given \code{geoflow_software} \subsection{Usage}{ -\if{html}{\out{
}}\preformatted{geoflow_software$setParameters(...)}\if{html}{\out{
}} +\if{html}{\out{
}}\preformatted{geoflow_software$setParameters(params)}\if{html}{\out{
}} } \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{...}}{named list of parameters} +\item{\code{params}}{named list of parameters} } \if{html}{\out{
}} }