boxPlotGG_data_Treatment_numericDS: Arrange vector to pass it to the boxplot function

View source: R/boxPlotGG_data_Treatment_numericDS.R

boxPlotGG_data_Treatment_numericDSR Documentation

Arrange vector to pass it to the boxplot function

Description

Arrange vector to pass it to the boxplot function

Usage

boxPlotGG_data_Treatment_numericDS(vector)

Arguments

vector

numeric vector Vector to arrange to be plotted later

Value

data frame with the following structure:

Column 'x': Names on the X axis of the boxplot, aka name of the vector (vector argument)
Column 'value': Values for that variable


datashield/dsBase documentation built on May 16, 2023, 10:01 p.m.