
| Name | Type | Description | Possible Values | Default Value |
| tablewiseExclusion | boolean | Whether all rows of the data table containing a missing value in any column should be excluded from the plot. | true,false | false |
| xVariableName | String | The name of the column with data values to be plotted on the horizontal axis. | Any string. | "X" |
| Name | Description | Arguments | Return Value |
| double getPercentile(double p) | Returns the p-th percentile. | Percentage at which percentile will be calculated. | p-th percentile |