create_ogawa_plot: Create new ogawa forest plot

View source: R/plotmap.r

create_ogawa_plotR Documentation

Create new ogawa forest plot

Description

Create new plot for ogawa forest plot map.

Usage

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),
  ...
)

Arguments

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.

Value

an ogawa_plot object which can be passed to other functions.

Examples

x <- create_ogawa_plot()
add_grid(x)


Marchen/r_ogawa documentation built on July 5, 2025, 6:29 a.m.