package biotk

  1. Overview
  2. Docs
type t
type geom
val points : ?title:string -> ?col:Gg.Color.t -> ?mark:mark -> ?size:float -> float array -> float array -> geom
val lines : ?title:string -> ?col:Gg.Color.t -> ?thickness:float -> float array -> float array -> geom
val hline : ?col:Gg.Color.t -> ?thickness:float -> float -> geom
val vline : ?col:Gg.Color.t -> ?thickness:float -> float -> geom
val abline : ?col:Gg.Color.t -> ?thickness:float -> intercept:float -> slope:float -> unit -> geom