Class: Rplot

Inherits:
Object
  • Object
show all
Defined in:
ext/rplot.c

Overview

Init rplot

Direct Known Subclasses

Plotter

Class Method Summary collapse

Class Method Details

.paramObject



61
62
63
64
65
# File 'ext/rplot.c', line 61

static VALUE
parampl (VALUE self, VALUE param, VALUE value)
{
  return INT2FIX (pl_parampl (StringValuePtr (param), (void*)(StringValuePtr (value))));
}