package biotk

  1. Overview
  2. Docs
Bioinformatics toolkit

Install

dune-project
 Dependency

Authors

Maintainers

Sources

biotk-0.4.tbz
sha256=fb28a30b0d4cfbbab3a09c8c9ba3425bbe0ceb89598060f7666b69d0d353ee02
sha512=19bb3a09d281634e49c9ef69aa2cd9d9f71ae03d6b61d6672c38e835b967d0b07ff8412dd510295fd6c9c0e2f23ac758122c3f588404101203e11f94d4949b08

doc/biotk.croquis/Biotk_croquis/Croquis/Plot/index.html

Module Croquis.PlotSource

Sourcetype t
Sourcetype geom
Sourceval points : ?title:string -> ?col:Gg.Color.t -> ?mark:mark -> ?size:float -> float array -> float array -> geom
Sourceval lines : ?title:string -> ?col:Gg.Color.t -> ?thickness:float -> float array -> float array -> geom
Sourceval hline : ?col:Gg.Color.t -> ?thickness:float -> float -> geom
Sourceval vline : ?col:Gg.Color.t -> ?thickness:float -> float -> geom
Sourceval abline : ?col:Gg.Color.t -> ?thickness:float -> intercept:float -> slope:float -> unit -> geom
Sourceval function_graph : ?title:string -> ?col:Gg.Color.t -> ?thickness:float -> float -> float -> (float -> float) -> geom