create_ogawa_plot | R Documentation |
Create new plot for ogawa forest plot map.
create_ogawa_plot(
xmin = 0,
xmax = 300,
ymin = 0,
ymax = 200,
label_pos_x = c(0.02, 0.05),
label_pos_y = c(0.02, 0.06),
...
)
xmin |
a minimum value of x coordinate. |
xmax |
a maximum value of x coordinate. |
ymin |
a minimum value of y coordinate. |
ymax |
a maximum value of y coordinate. |
label_pos_x |
a numeric vector with two elements. The first element denotes distance ( second denotes distance between large X axis labels and the grid. |
label_pos_y |
a numeric vector with two elements. The first element denotes distance ( second denotes distance between large Y axis labels and the grid. |
an ogawa_plot
object which can be passed to other functions.
x <- create_ogawa_plot()
add_grid(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.