package biotk

  1. Overview
  2. Docs

Parameters

module A : Alphabet.S

Signature

type t = private float array array
val of_array : float array array -> t option
val flat : int -> t
val length : t -> int
val composition : t -> float array
val draw : ?palette:Gg.Color.t array -> t -> Biotk_croquis.Croquis.t
val draw_profile : ?palette:Gg.Color.t array -> float array -> Biotk_croquis.Croquis.t
val entropy : t -> float array