create_boxplot: create a boxplot of your data

View source: R/boxplots.R

create_boxplotR Documentation

create a boxplot of your data

Description

the function creates a boxplot of your data using a standard table using sample, subjects, time and classes as descriptors

Usage

create_boxplots(x)

Arguments

x

Author(s)

Luca Narduzzi

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x) 
{
  }

lucanard/stat_tools documentation built on Dec. 10, 2022, 2:47 a.m.