plot_relat_inside: Plot relat panel (used internally)

Description Usage Arguments Examples

View source: R/plots.R

Description

Builds the panel of plot2.

Usage

1
plot_relat_inside(DF, legend, labels_x_axis)

Arguments

DF

data frame to be plotted: females_relat, migrants_relat or natives_relat

legend

include or not the axis legend (logical)

labels_x_axis

vector of character to specify the axis labels

Examples

1
2
3
4
data(females_relat)
plot_relat_inside(DF = females_relat,
                 legend = FALSE,
                 labels_x_axis = c("test", "test"))

hyenaproject/vullioud_2018 documentation built on Aug. 4, 2021, 12:01 a.m.