plot_log_hist: Plot log histogram with sex / asex overlaping data

Description Usage Arguments

View source: R/plot_log_hist.R

Description

Plot log histogram with sex / asex overlaping data

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
plot_log_hist(
  sex_data,
  asex_data,
  xlim = NA,
  xlab = "Scafold size",
  breaks = 80,
  barwidth = 13,
  noborder = F,
  axes = T,
  cex.axis = 2,
  cex.lab = 1.6
)

Arguments

sex_data

a vector of sex data (must be numeric)

asex_data

a vector of asex data

xlim

[from data], xlab ['Scafold size'], cex.axis [2], cex.lab [1.6] inherited form plot

breaks

[80] inherited from hist

barwidth

width of histogram bars (I have not managed to make it perfectly automated) [13]

axes

logical if to plot axis [T]


AsexGenomeEvol/AsexStats documentation built on Oct. 23, 2020, 4:42 a.m.