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)
)a matrix or a data.frame
the desired ggplot2 theme
names of the table columns
new names for the variable rows
point shape, see aes_linetype_size_shape
the x axis limits as a vector, see also:
scale_continuous
the x axis breaks as a vector,help see also:
scale_continuous