| Calling Sequence
| View(t)
|
| Parameters
| | Name | Type | Description |
|
| t
| anything | an object to be displayed |
|
| Return Type
| NULL |
| Synopsis
| This function attempts to display an object in
a visual way. If the object is an HTML file, a browser will
be called. If it is a plot, a postscript viewer will be called,
if it is a Latex file, the xdvi viewer will be called.
This function is very system dependent, it works only in unix/linux,
and assumes that the underlying programs are available. |
| Examples
| > View(Histogram(data));
> View(HTML(doc));
|
| See also
| Code, Color, Copyright, Document, HTML, HyperLink, Indent, LastUpdatedBy, latex, List, Paragraph, PostscriptFigure, print, Roman, RunDarwinSession, screenwidth, Table, TT |