Pltternf: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
imported>Jeremy
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
===Purpose===
===Purpose===


Line 6: Line 5:
===Synopsis===
===Synopsis===


:tdata = plttern(data,''x1lab,x2lab,x3lab'');
:tdata = pltternf(data,''x1lab,x2lab,x3lab'');


===Description===
===Description===


PLTTERN makes 3-D ternary plots of the data contained in the four column input matrix data. The first three columns of data correspond to concentrations ( = 0 and real) and are normalized to fit in the range 0 to 100. The fourth column of data corresponds to the frequency of occurrence ( = 0 and real). Optional inputs ''x1lab'', ''x2lab'', ''x3lab'' are row vectors of text containing labels for the axes. The output tdata is the normalized concentration data.
PLTTERN makes 3-D ternary plots of the data contained in the four column input matrix <tt>data</tt>. The first three columns of data correspond to concentrations ( = 0 and real) and are normalized to fit in the range 0 to 100. The fourth column of data corresponds to the frequency of occurrence ( = 0 and real). Optional inputs <tt>''x1lab'', ''x2lab'', ''x3lab''</tt> are row vectors of text containing labels for the axes. The output <tt>tdata</tt> is the normalized concentration data.


===See Also===
===See Also===


[[dp]], [[ellps]], [[hline]], [[pan]], [[plttern]], [[vline]], [[zline]]
[[dp]], [[ellps]], [[hline]], [[pan]], [[plttern]], [[vline]], [[zline]]

Latest revision as of 15:48, 22 February 2013

Purpose

Plots a 3D ternary diagram with frequency of occurrence.

Synopsis

tdata = pltternf(data,x1lab,x2lab,x3lab);

Description

PLTTERN makes 3-D ternary plots of the data contained in the four column input matrix data. The first three columns of data correspond to concentrations ( = 0 and real) and are normalized to fit in the range 0 to 100. The fourth column of data corresponds to the frequency of occurrence ( = 0 and real). Optional inputs x1lab, x2lab, x3lab are row vectors of text containing labels for the axes. The output tdata is the normalized concentration data.

See Also

dp, ellps, hline, pan, plttern, vline, zline