| orm_graph | R Documentation |
Function to get a ggplot figure from a matrix x
orm_graph( x, theme = ggplot2::theme_get(), header = NULL, row.names.y = NULL, shape = 19, limits = NULL, breaks = c(0.5, 1, 1.5, 2, 3, 4) )
x |
a |
theme |
the desired ggplot2 theme |
header |
names of the table columns |
row.names.y |
new names for the variable rows |
shape |
point shape, see |
limits |
the x axis limits as a vector, see also:
|
breaks |
the x axis breaks as a vector,help see also:
|