plotRanked: plotRanked

Description Usage Arguments Examples

View source: R/FUNCTION_plotRanked.R

Description

Function to generate a summary plot with variables ranked by median and showing range.

Usage

1
plotRanked(data.df, trim = 25, maxvars = NULL, xlim = NULL, flag = NULL)

Arguments

data.df

a data frame with numerical variables

trim

a value between 0 and 50, specifying the percentile to trim on each side of the whiskers (0 = show range from min to max, 10 = show 10th to 90th percentile), Default is 25.

maxvars

max number of variables to display, default is NULL (i.e. show all).

xlim

a vector with numeric values to bound the x axis

Examples

1

SOLV-Code/SPATFunctions-Package documentation built on April 25, 2020, 12:59 a.m.