LESPlot3D: LESPlot3D

Description Usage Arguments Examples

View source: R/Plot3DsimiliWright2004.R

Description

Produce 3D Plot designed as Wright 2004 paper

Usage

1
2
3
LESPlot3D(yourdata, Xaxis, Yaxis, Zaxis, xlab = "X", ylab = "Y",
  zlab = "Z", Xticks = NULL, Yticks = NULL, Zticks = NULL,
  logxyz = "", Rotate = 110, Flip = 25)

Arguments

yourdata

name of your datasheet.

Xaxis, Yaxis, Zaxis

Variable names of your datasheet in quotes.

xlab, ylab, zlab

labels for axes.

Xticks, Yticks, Zticks

a vector giving the ticks to use on the axes.

logxyz

a character string which contains "x" if the x axis is to be logarithmic, "y" if the y axis is to be logarithmic and "z" if the axis is to be logarithmic.

Rotate, Flip

the angles defining the viewing direction. Rotate gives the azimuthal direction and Flip the colatitude. Respectively, theta and Phi in persp.

Examples

1
2
data("LES")
LESPlot3D(LES,"log_LL","log_LMA","log_Nmass","LL","LMA","Nmass")

Rekyt/divr documentation built on April 1, 2020, 5:35 a.m.