plotSkylinePretty: Plot a pretty skyline. Contains default options for drawing...

Description Usage Arguments

Description

When plotting the y-axis on the right need to ensure that the plot margins are big enough! See plotSkyline help for documentation on other parameters!

Usage

1
2
3
4
5
6
7
plotSkylinePretty(times, skyline_mat, type = "smooth", traces = 1000,
  col = pal.dark(cblack), fill = pal.dark(cgray, 0.25),
  col.axis = NA, lwd = 1, lty = 1, xaxis = TRUE, yaxis = TRUE,
  xlab = "", ylab = "", xline = 1, yline = 1, xticks = NULL,
  yticks = NULL, xticklabels = NULL, xlims = NULL, ylims = NULL,
  xgrid = FALSE, ygrid = FALSE, gridcol = pal.light(cgray),
  cex.label = 1.4, cex.axis = 1, axispadding = 0, side = 2, ...)

Arguments

xline

Line to draw x-axis label on

yline

Line to draw y-axis label on

side

Side to draw the y-axis


laduplessis/bdskytools documentation built on May 20, 2019, 7:33 p.m.