Name | Type | Description | Possible Values | Default Value |
columnNames | String array | The names of the columns (if more than one) to be analyzed. | One or more strings. | {""} |
intervalWidth | int | Percentage of data used to estimate trace at each location. | 1-99 | 40 |
method | String | Type of method used to estimate the trace. | "Boxcar","Cosine" | "Cosine" |
resolution | int | For continuous distributions, the number of points at which the function is calculated. | 50+ | 300 |
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 (if only one) to be plotted on the horizontal axis. | Any string. | "" |