ezAllPairScatter | R Documentation |
Does scatter plots of all pairs.
ezAllPairScatter(
x,
main = "",
shrink = FALSE,
xylab = NULL,
lim = range(x, na.rm = TRUE),
isPresent = NULL,
types = NULL,
pch = 16,
colors = rainbow(ncol(types)),
legendPos = "bottomright",
cex.main = 1,
cex = 1,
...
)
x |
a matrix containing the data to plot. |
main |
a character specifying the main title of the plots. |
shrink |
a logical specifying whether to shrink the values to range. |
xylab |
a character vector containing the axis labels. If it is NULL, |
lim |
integers specifying the x and y limits of the plot. |
isPresent |
a logical specifying whether the signal is present. |
types |
a character vector containing the types. |
pch |
an integer specifying the look of plotted points. |
colors |
a character vector containing colors. |
legendPos |
a character vector or integer specifying the position of the legend. |
cex.main |
a numeric specifying the size of main titles relative to |
cex |
a numeric specifying the size of text and symbols. |
... |
additional arguments to be passed further. |
Rehrauer, Hubert
Schmid, Peter
ezAllPairScatter(x=matrix(1:10,5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.