package ocaml-r

  1. Overview
  2. Docs
Objective Caml bindings for the R interpreter

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-r-0.6.0.tbz
sha256=8ecea70a631896b4328c465028b628a6bcbbb7dbad8571df69c0297ff9a088ca
sha512=ac77d473ba35f98f2ea4034db3be514720d4dadae2e12692d4a846ab6ee03db66a24b846a0f1cd1a2b9cd674dd89c45a82b7d78e884cb3b36f17afff64ffe72c

doc/ocaml-r.grDevices/OCamlR_grDevices/index.html

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.