Methods for quick visualization
Usage
# S3 method for class 'sample_family'
augment(x, layout = NULL, ...)
# S3 method for class 'genealogy'
augment(x, layout = NULL, ...)
layout_demography(x)
# S3 method for class 'genealogy'
plot(x, ..., lwd = 0.5, cex = 5, pch = 16)
# S3 method for class 'sample_family'
plot(x, ..., lwd = 0.5, cex = 5, pch = 16)
Arguments
- x
sample_family data.frame.
- layout
A data.frame.
- ...
passed to layout function.
- lwd
passed to ggplot2::geom_segment.
- cex, pch
passed to ggplot2::geom_point and ggplot2::geom_text.