lmomcoexta.cluster3d: Plot 3-D L-moment or L-comoment Ratio Diagrams and Return the...

Description Usage Arguments Value Author(s) See Also Examples

Description

Plot the L-moment Ratio Diagrams from the lcoratdiagram object from the lcoratdiagram() function.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
lmomcoexta.cluster3d(lmomdataframe, lcoratdiagram = NULL,
                     site=NA, group=NA,
                     file="lmomcoexta.cluster3d.pdf",
                     dopdf=FALSE,
                     xlim=c(0,1), ylim=c(-1,1), zlim=c(-1,1),
                     draworigins=TRUE,
                     xlab=NULL, ylab=NULL, zlab=NULL,
                     arecomoments=TRUE, editlcoratdiagram=TRUE,
                     byangle=5, begangle=0, endangle=360, type="p",
                     k=NULL, h=NULL, verbose=TRUE, ...)

Arguments

lmomdataframe

An x,y,z data frame of L-moments or L-comoments or other for the clustering algorithm.

lcoratdiagram

An object from lcoratdiagram function.

site

An optional specific site to identify on the plot. NOT IMPLEMENTED.

group

An optional group of interest to specially plot, this is matched against those groups provide by similarly named argument to lcoratdiagram.

file

The PDF file to write in the current working directory getwd().

dopdf

Should the PDF file be rendered.

xlim

The limits of the x-axis for the plot. The default implies L-correlation.

ylim

The limits of the y-axis for the plot. The default implies L-skew/L-coskew.

zlim

The limits of the y-axis for the plot. The default implies L-kurtosis/L-cokurtosis.

draworigins

Logical to draw the origin planes on the plot.

arecomoments

A logical on whether the L-comoments are incoming. Controls the axis labels.

xlab

An optional label for the x-axis, defaults are internally applied.

ylab

An optional label for the y-axis, defaults are internally applied.

zlab

An optional label for the z-axis, defaults are internally applied.

editlcoratdiagram

A logical that if true the lcoratdiagram object is edited to include the color of the clustering algorithm. If false, a simple data frame of the site, group, and color from the lcoratdiagram are returned.

byangle

The stepping angle for the repeated rendering of the PDF.

begangle

The beginning angle for the repeated rendering of the PDF.

endangle

The ending angle for the repeated rendering of the PDF.

type

The same type argument of the scatterplot3d function from the scatterplot3d package.

k

The same k argument of the scatterplot3d function from the scatterplot3d package.

h

The same h argument of the scatterplot3d function from the scatterplot3d package.

verbose

A logical that controls whether message updates on status are shown.

...

Additional arguments not yet used.

Value

Stuff happens.

Author(s)

W.H. Asquith

See Also

lcoratdiagram

Examples

1
#

wasquith/lmomcoexta documentation built on May 30, 2019, 4:11 p.m.