Usage
kml_layer.SoilProfileCollection(obj,
var.name, var.min = 0, var.scale,
site_names = profile_id(obj),
method = c("soil_block", "depth_function")[1],
block.size = 100,
color.name, z.scale = 1, x.min, max.depth = 300,
plot.points = TRUE,
LabelScale = get("LabelScale", envir = plotKML.opts) * 0.7,
IconColor = "#ff0000ff",
shape = paste(get("home_url", envir = plotKML.opts),
"circlesquare.png", sep = ""),
outline = TRUE, visibility = TRUE, extrude = TRUE, tessellate = TRUE,
altitudeMode = "relativeToGround", camera.distance = 0.01,
tilt = 90, heading = 0, roll = 0,
metadata = NULL, html.table = NULL, plot.scalebar = TRUE,
scalebar = paste(get("home_url", envir = plotKML.opts),
"soilprofile_scalebar.png", sep = ""),
...)
Arguments
obj
object of class "SoilProfileCollection"
(package http://CRAN.R-project.org/package=aqp{aqp})
var.name
target column name in the horizons
slot
var.scale
exaggeration in vertical dimension
site_names
site names as listed in the site table
method
visualization type (soil block or depth-function)
block.size
(optional) size of the block of land
color.name
(optional) column name carrying the color information for each horizon
z.scale
exaggeration in horizontal direction
x.min
offset in longitude direction (in decimal degrees)
max.depth
maximum height/depht of a profile in cm
plot.points
logical; specifies whether to plot horizon centres with attribute values
LabelScale
numeric; specifies size of the labels for each horizon
IconColor
colors for the labels for each horizon
shape
default icon for Google placemarks
outline
logical; specifies whether to draw outline for the soil-depth functions (or simply a line)
visibility
logical; specifies whether to make the layer visible
extrude
logical; specifies whether to extrude horizon centers
tessellate
logical; specifies whether to tessellate polygons
altitudeMode
by default relativeToGround
camera.distance
distance from a profile in arc degrees
tilt
angle between the direction of the LookAt position and the normal to the surface of the earth
heading
orientation towards north
roll
rotation about the y axis
metadata
(optional) spatial metadata for the input object
html.table
(optional) tabular content (attributes) for each horizon
plot.scalebar
logical; specifies whether to plot a scale bar next to the profile plot
scalebar
default icon for the scale bar
...
additional style arguments