package ocaml-r

  1. Overview
  2. Docs

Module OCamlR_grDevicesSource

Runtime R grDevices library.

Sourcetype length_unit = [
  1. | `pixel
  2. | `inch
  3. | `cm
  4. | `mm
]
Sourceval png : ?width:float -> ?height:float -> ?unit:length_unit -> ?pointsize:int -> string -> unit
Sourceval pdf : ?width:float -> ?height:float -> ?pointsize:int -> string -> unit
Sourceval postscript : ?width:float -> ?height:float -> ?pointsize:int -> string -> unit
Sourceval svg : ?width:float -> ?height:float -> ?pointsize:int -> string -> unit
Sourceval dev_off : unit -> unit
OCaml

Innovation. Community. Security.