A library for working with phylogenetic and population genetic data.
v0.32.0
CathedralPlotParameters Struct Reference

#include <genesis/population/plotting/cathedral_plot.hpp>

Detailed Description

Plot parameters to make a cathedral plot.

Meant for the user-provided parameters for making a cathedral plot, such as the image dimensions.

See also
compute_cathedral_matrix()

Definition at line 94 of file cathedral_plot.hpp.

Public Attributes

size_t height = 0
 
size_t width = 0
 
CathedralWindowWidthMethod window_width_method = CathedralWindowWidthMethod::kExponential
 

Member Data Documentation

◆ height

size_t height = 0

Definition at line 98 of file cathedral_plot.hpp.

◆ width

size_t width = 0

Definition at line 97 of file cathedral_plot.hpp.

◆ window_width_method


The documentation for this struct was generated from the following file: