orm_graph {ormPlot} | R Documentation |
Make a ggplot figure
Description
Function to get a ggplot figure from a matrix x
Usage
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)
)
Arguments
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:
|
[Package ormPlot version 0.3.6 Index]