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.parallel=FALSE,
              flag.plain = FALSE, flag.cities=FALSE, flag.capital=TRUE,
							city.minpop=NA, city.col="blue", city.size=20,
							pole.dilaxeN = 1.1, pole.dilaxeS = 1.1,
              pole.dilname = 1.15,
              meridian.step = 15, parallel.step=20,
						  pole.col = "black", pole.lwd = 3,
              ecuador.col = "red", ecuador.lwd = 3, 
							meridian.col = "blue", meridian.lwd = 1, 
							parallel.col = "green", parallel.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.parallel

When TRUE, the parallels are represented

flag.plain

When TRUE, an empty sphere is represented

flag.cities

When TRUE, the main cities of the world are represented

flag.capital

When TRUE (and if 'flag.cities' is TRUE), only the capitals are represented. Otherwise, all large cities are represented.

city.minpop

When 'flag.cities' is TRUE, and when argument 'minpop' is defined, only the cities whose population is larger than this threshold value are represented.

city.col

Color used to represent the cities.

city.size

This argument is used to define the dimension of the symbol used to represent the cities. This value corresponds to the symbol size to represent a city with population equal to 1000000.

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)

parallel.step

Inter-parallel distance (measured in latitude 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

parallel.col

Color used for representing the Parallels

parallel.lwd

Line width used for representing the Parallels

plain.col

When TRUE, a plain empty Sphere is represented

...

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


[Package RGeostats version 14.0.10 Index]