page(x, pager = options()$pager, filename, window = F, display = getenv("DISPLAY"), title = <<see below>>, remove.file = F)
The default S-PLUS pager is less. This program uses commands similar to those in vi to move through the file - see the vi help file for a description of some of these commands. (Some of the vi commands work only in a forward direction in less.)
page(my.big.matrix) page(auto.stats[1:30,], window=T, title="Concord to St. Regis") page(myfun, window=T) # look at function in sep. window page(myfun(x, y)) # look at results in main window page(get("%*%"), pager="view") # page(%*%) wouldn't work page(A %*% B, window=T, display="marlene:0.0") # supply display if $DISPLAY is not set page(file="$SHOME/library/README")