Description Usage Arguments Examples
View source: R/FUNCTION_plotRanked.R
Function to generate a summary plot with variables ranked by median and showing range.
1 | plotRanked(data.df, trim = 25, maxvars = NULL, xlim = NULL, flag = NULL)
|
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 |
1 | plotRanked(SPATData_EnvCov[,16:33],maxvars=NULL,flag=names(SPATData_EnvCov)[19])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.