powered by
function for making the dataset used to plot the uppertriangle plots.
uppertriangle(data, columns = 1:ncol(data), color = NULL, corMethod = "pearson")
a data matrix. Should contain numerical (continuous) data.
an option to choose the column to be used in the raw dataset. Defaults to 1:ncol(data)
1:ncol(data)
an option to choose a factor variable to be grouped with. Defaults to (NULL)
(NULL)
method argument supplied to cor
cor
# NOT RUN { data(flea) head(uppertriangle(flea, columns=2:4)) head(uppertriangle(flea)) head(uppertriangle(flea, color="species")) # }
Run the code above in your browser using DataLab