You can use plot_table to draw table in ggplot2,
but it only applies to expressions(see expression).
For more information , you can see plotmath.
But it's a ggplot2 object!
Usage
plot_table(Str, ncol, byrow = TRUE)
Arguments
Str
some expressions
ncol
the number f col
byrow
logical, the default is
Value
It will output a ggplot object that
contains a table.