# Producing an axis as an additional KML file
Axis2GE(coords = c(1,1),
maxVal = 6698,
maxAlt = 1e5,
lwd = 2,
apnd = FALSE,
goo = "Demo_Axis2GE.kml")
# Producing an axis, but storing the KML sections for later use
DemoAxis = Axis2GE(coords = c(1,1),
maxVal = 6698,
maxAlt = 1e5,
lwd = 2,
apnd = TRUE)
attributes(DemoAxis) #check out the contents of the obtained list
DemoAxis$bloc1 #get the styles section
DemoAxis$bloc2 #get the coordinates section
Run the code above in your browser using DataLab