<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Or, on second thought, not tabulating probably isn't really too useful in this<br>
case. So why not always use table()? Or, to cover all bases:<br>if (!is.table (rk.temp.x)) rk.temp.x <- table (rk.temp.x)<br><br></blockquote></div><br>To say the truth I was thinking something more simple. Since we have now
rk.temp.descriptives (more like a pseudocode)<br>like this<br>If ($plot==true){<br>decive.on()<br>}<br>.....<br>If ($plot==true){<br>device.off()<br>}<br><br>or<br><br>If ($plot==true){<br>device()<br>...<br>device.off()<br>
}<br>if ($plot==false)<br>rk.print(rk.temp.descriptives)<br><br>The user will see the preview if he wants too, and will judge what it feets to his needs and if he wants both, or the plot or descriptives separetely.<br><br>
I have tried nothing of the above for now. <br><br>Regards,<br>Ilias<br><br>