Contents
 - Index
DATA>EXPORT >KRACKPLOT
PURPOSE Convert UCINET data files into Krackplot format.
DESCRIPTION Converts UCINET data files including co-ordinate and attribute files into Krackplot format. 
PARAMETERS
 (Input) Network dataset:
 Name of file containing data to be exported. Data type: Matrix.
 
 (Input) Co-ordinate dataset
 Name of file containing co-ordinates of points for the layout of the data. These are as in the co-ordinate output of MDS. If there are no co-ordinates then this can be left blank.
 Node attributes (if any)
 Name of file containing actor attributes, given as a vector of shared attributes so that (1,2,3,1,2,2) means that actors 1 and 4 share the same attribute actors 2,5,and 6 share the same attribute and actor 3 has a different attribute from all the others.
 Output data file:
 Name of file to be created.
LOG FILE Krackplot data file.
TIMING O(N^2)
COMMENTS None.
REFERENCES None.