Function write_sfs

Source
pub fn write_sfs<W, S, N>(writer: &mut W, sfs: &SfsBase<S, N>) -> Result<()>
where W: Write, S: Shape, N: Normalisation,
Expand description

Writes an SFS in plain text format to a writer.