Skip to content
Snippets Groups Projects
Commit 32aa1f67 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Docu fixes

parent b39d9823
Branches
Tags
No related merge requests found
...@@ -168,6 +168,7 @@ costs.baseAlpha = function(alpha) { ...@@ -168,6 +168,7 @@ costs.baseAlpha = function(alpha) {
#' #'
#' Returns a data.frame with columns #' Returns a data.frame with columns
#' #'
#' @param costs The cost structure to be displayed in a concise table style.
#' @export #' @export
costsDisplayTable = function(costs) { costsDisplayTable = function(costs) {
costtable = as.data.frame.table(setInsuranceValuesLabels(costs) ) costtable = as.data.frame.table(setInsuranceValuesLabels(costs) )
...@@ -617,7 +618,7 @@ InsuranceContract.ParameterStructure$Loadings["premiumFrequencyLoading"] = list( ...@@ -617,7 +618,7 @@ InsuranceContract.ParameterStructure$Loadings["premiumFrequencyLoading"] = list(
#' structure is given, an empty (i.e. all NULL entries) structure is used. #' structure is given, an empty (i.e. all NULL entries) structure is used.
#' #'
#' @param params Initial values of the insurance contract parameters. (default: empty parameter structure) #' @param params Initial values of the insurance contract parameters. (default: empty parameter structure)
#' @param costs,... Values for any of the entries in the insurance contract #' @param costs,minCosts,... Values for any of the entries in the insurance contract
#' parameter structure. These values take precedence over the #' parameter structure. These values take precedence over the
#' initial parameters provided in \code{params}. #' initial parameters provided in \code{params}.
#' #'
......
...@@ -14,7 +14,7 @@ InsuranceContract.ParametersFill( ...@@ -14,7 +14,7 @@ InsuranceContract.ParametersFill(
\arguments{ \arguments{
\item{params}{Initial values of the insurance contract parameters. (default: empty parameter structure)} \item{params}{Initial values of the insurance contract parameters. (default: empty parameter structure)}
\item{costs, ...}{Values for any of the entries in the insurance contract \item{costs, minCosts, ...}{Values for any of the entries in the insurance contract
parameter structure. These values take precedence over the parameter structure. These values take precedence over the
initial parameters provided in \code{params}.} initial parameters provided in \code{params}.}
} }
......
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
\usage{ \usage{
costsDisplayTable(costs) costsDisplayTable(costs)
} }
\arguments{
\item{costs}{The cost structure to be displayed in a concise table style.}
}
\description{ \description{
Returns a data.frame with columns Returns a data.frame with columns
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment