draw.sphdecor {RGeostats}R Documentation

Add Decoration for Sphere representation

Description

Add Decoration for Sphere representation

Usage

draw.sphdecor(flag.pole = TRUE, flag.pole.north=TRUE, flag.ecuador = TRUE,
              flag.meridian = FALSE,
              flag.plain = FALSE, pole.dilaxeN = 1.1, pole.dilaxeS = 1.1,
              pole.dilname = 1.15,
              meridian.step = 15, pole.col = "black", pole.lwd = 3,
              ecuador.col = "red", ecuador.lwd = 3, meridian.col = "blue",
              meridian.lwd = 1, plain.col = "white", ...)

Arguments

flag.pole

When TRUE, the axis joining the two poles are displayed.

flag.pole.north

When TRUE, the letter "N" is displayed to designate the North. This option

flag.ecuador

When TRUE, the Ecuador line is represented

flag.meridian

When TRUE, the meridians are represented

flag.plain

When TRUE, an empty sphere is represented

pole.dilaxeN

Dilation coefficient for extending the line between poles at North Pole location. For a value of 1, the axis is not visible in North Pole.

pole.dilaxeS

Dilation coefficient for extending the line between poles at South Pole location. For a value of 1, the axis is not visible in South Pole.

pole.dilname

Dilation coefficient for locating the North pole Name. With a value of 1, the name is laying ON the Surface of the Sphere.

meridian.step

Inter-meridian distance (measured in longitude angle)

pole.col

Color used for representing the pole axis

pole.lwd

Line width for representing the pole axis

ecuador.col

Color used for representing the Ecuador Line

ecuador.lwd

Line width used for representing the Ecuador Line

meridian.col

Color used for representing the Meridians

meridian.lwd

Line width used for representing the Meridians

plain.col

When TRUE, a plain empty Sphere is represented

...

Other parameters passed to function surface3d and link{deg2coor}.


[Package RGeostats version 11.2.5 Index]