Next: probit() Up: MacAnova Help File Previous: print()   Contents

printoptions()

Usage:
printoptions()
printoptions(option1:T [,option2:T ...]), where option1,
  option2, ... are option names



Keywords: control, general
                                  Usage
printoptions(), with no arguments, prints the values of all options in
alphabetical order and in a more concise format than is used by
print(getoptions()).

printoptions(option1:T [,option2:T ...]) prints the values of the named
options in a concise format.  option1, option2, ... must be legal options.

                                Examples
Examples:
  Cmd> printoptions(format:T,minpvalue:T,seeds:T)
  format = "11.5g"
  minpvalue = 1e-08
  seeds = 518084227 1327950740

  Cmd> printoptions()
  angles = "cycles"
  batchecho = T
  dumbplot = F
  . . . . .
  . . . . .
  warnings = T
  wformat = "16.9g"
  width = 72

                            Cross references
See also getoptions(), setoptions(), 'options'.


Gary Oehlert 2005-08-12