| getInBoundsErrorMessage | R Documentation | 
For a particular parameter, create an error message specifying that the parameter is outside its bounds.
getInBoundsErrorMessage(
  paramName,
  value = NULL,
  lowerBound,
  upperBound,
  algoName = NULL,
  strictly = FALSE,
  functionName = ""
)
| paramName | Name of parameter, e.g.  | 
| value | The value of the non-finite parameter | 
| lowerBound | Lower bound of range, e.g.  | 
| upperBound | Upper bound of range, e.g.  | 
| algoName | Name of algorithm, e.g.  | 
| strictly | Use "[" or "("  | 
| functionName | The name of the original function which is being
called to check the parameters. Will help user
with debugging. Default is  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.