error_message_empty_env_boxplot: Check if quosure elements in parameters exist in the...

Description Usage Arguments Details Value

View source: R/checking_utilities.R

Description

Check if quosure elements in parameters exist in the environment given by the user for barcharts

Usage

1
2
error_message_empty_env_boxplot(x, subset.x = NULL, median, whisker_min,
  whisker_max, first_quantile, third_quantile, outlier_min, outlier_max)

Arguments

outlier_min

: element of .data containing the most extreme value beyond the lower whisper.

outlier_max

: element of .data containing the most extreme value beyond the upper whisper.

x:

element of .data that contains the different values of the categorical data

subset.x:

element containing all the subset categories of x. Default value is NULL to use the function for simple barchart. If it is specified it is for grouped barchart

name.y:

name of value calculated

median:

element of .data containing the median values

first_quantile:

element of .data containing lower hinges correspond to the first quartile

third_quantile:

element of .data containing upper hinges correspond to the third quartile

whisker_min:

element of .data containing the value of the lower whisher. Usually calculated as 1.5*IQR smallest value from the hinge

whisker_max:

element of .data containing the value of the upper whisher. Usually calculated as 1.5*IQR largest value from the hinge

Details

Check if the parameter exists in the environment for a boxplot

Value

a string with the error message containing names of the paramaters that don't exist in environment for barchart


sharonorengo/visualisationIMPACT documentation built on Aug. 12, 2019, 3:34 p.m.