Rx.PlotResult (rx v0.1.0)

Copy Markdown View Source

Captured R plots plus console output emitted while producing them.

Summary

Types

t()

@type t() :: %Rx.PlotResult{
  messages: String.t(),
  plots: [Rx.Plot.t()],
  stdout: String.t(),
  warnings: String.t()
}