Displaying 1 result from an estimated 1 matches for "rpad_type".
Did you mean:
read_type
2007 Feb 14
0
How to use Rpad
...pt>
<script type="text/javascript" src="gui/Rpad.js"></script>
</head>
<body>
<table><tr valign="top"><td>
<p>Here is a basic R input section followed by the output: </p>
<pre dojoType="Rpad" rpad_type="R">
data(iris)
dataset = iris
options(width=50)
summary(dataset)
</pre>
<p>Now lets do some fancy HTML output: <span contenteditable="false">
<input onclick=
"javascript:rpad.calculatePage()" value="Calculate" type=
"...