org.rosuda.icustom
Class Framework
java.lang.Object
org.rosuda.icustom.Framework
public class Framework
- extends Object
Framework glue between R and custom plots.
|
Constructor Summary |
Framework(Framework ipfw)
Constructs a new custom plots framework based on the root iPlots framework |
|
Method Summary |
CustomCanvas |
newCustomplot(int[] v,
String rcall,
String rid)
|
CustomCanvas |
newCustomplot(int v,
String rcall,
String rid)
|
CustomCanvas |
newCustomplot(String name,
int[] v,
String rcall,
String rid)
|
CustomCanvas |
newCustomplot(String name,
SVarSet vs,
int[] v,
String rcall,
String rid)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Framework
public Framework(Framework ipfw)
- Constructs a new custom plots framework based on the root iPlots framework
- Parameters:
ipfw - root framework for iPlots
newCustomplot
public CustomCanvas newCustomplot(int v,
String rcall,
String rid)
newCustomplot
public CustomCanvas newCustomplot(int[] v,
String rcall,
String rid)
newCustomplot
public CustomCanvas newCustomplot(String name,
int[] v,
String rcall,
String rid)
newCustomplot
public CustomCanvas newCustomplot(String name,
SVarSet vs,
int[] v,
String rcall,
String rid)