Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
xldlas(1)		     General Commands Manual		       xldlas(1)

NAME
     xldlas -- A Program for Statistics

SYNOPSIS
     xldlas [-h] [-help] [--help] [-v] [-version] [--version] [-display display-
     name]  [-private]	[-shared] [-stdcmap] [-double] [-log logfilename] [-tlog
     texlogfilename] [-hlog htmllogfilename] [-icol importfilename]  [-irow  im-
     portfilename] [datafile]

DESCRIPTION
     xldlas  is  a basic statistical package that runs under the X Window System
     and is built around the XForms library. Details of use are  available  from
     within the program (see the Help menu). Command line options are summarized
     below.

OPTIONS
     All options are just that (ie. optional).

     -h, -help, --help
	    Make  xldlas  display  help on usage via the command line instead of
	    starting up normally.

     -v, -version, --version
	    Make xldlas display version information via the command line instead
	    of starting up normally.

     -display displayname
	    Make xldlas open its displays on the X display specified by display-
	    name. The default is 0:0.

     -private
	    Force xldlas to use a private colourmap. This  option  would  almost
	    never  be  used,  since  the  default  behaviour is to use a private
	    colour map if there are not enough colours available.

     -shared
	    Force xldlas to share colours. This option is useful if you are run-
	    ning on a display with limited colours and want to	prevent  "flash-
	    ing".

     -stdcmp
	    Tell xldlas you want it to use a standard colourmap.

     -double
	    This  sets	double-buffering  on  all graphic elements, resulting in
	    smoother (but slower) updating.

     -log logfilename
	    Ask xldlas to open a regular (ASCII) log file upon startup with  the
	    name specified by logfilename.

     -tlog texlogfilename
	    Ask  xldlas to open a TeX format log file upon startup with the name
	    specified by texlogfilename.

     -hlog htmllogfilename
	    Ask xldlas to open an HTML format log file	upon  startup  with  the
	    name specified by htmllogfilename.

     -icol importfilename
	    Ask  xldlas to import column-format ascii data upon startup from the
	    file specified by htmllogfilename.

     -irow importfilename
	    Ask xldlas to import row-format ascii data	upon  startup  from  the
	    file specified by htmllogfilename.

     datafile
	    Upon  startup,  load  the  dataset	stored in a .lda format datafile
	    specified by datafile into xldlas.

COPYRIGHT
     xldlas is Copyright (C) 1996, 1997  Thor Sigvaldason

     The popup balloon help routines are based on the tooltips package (C)  1996
     Michael Chu

     This program is free software; you can redistribute it and/or modify it un-
     der  the  terms  of the GNU General Public License as published by the Free
     Software Foundation; either version 2 of the License, or (at  your  option)
     any later version.

     This program is distributed in the hope that it will be useful, but WITHOUT
     ANY  WARRANTY; without even the implied warranty of MERCHANTABILITY or FIT-
     NESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
     details.

     You should have received a copy of the GNU  General  Public  License  along
     with this program; if not, write to the Free Software Foundation, Inc., 675
     Mass Ave, Cambridge, MA 02139, USA.

THE NAME
     It's a sort of acronym, but I'm not going to tell you what it stands for.

BUGS
     Probably a few.

AUTHOR
     The author of xldlas is Thor Sigvaldason <thor@netcom.ca>.

								       xldlas(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xldlas&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help