View source: R/display_profile_function.R
display_profile | R Documentation |
Function for profile plotting.
display_profile(
prof.vec,
line.col = "black",
fill.col = NA,
add = F,
maxx = NA,
maxy = NA,
alpha.line = 1,
alpha.fill = 0.5,
lwd = 2,
lty = 1,
GR.mark = NA,
GR.mark.cex = 1,
GR.mark.lwd = 2,
GR.mark.col = NA,
alpha.GR.mark = 1,
xlab = bquote("Count of Lidar returns [ha"^-1 ~ "]"),
ylab = "Height [m]",
cex.axis = 1,
cex.lab = 1,
las = 1
)
prof.vec |
Profile with values and height bins as names (derived from make.profile functions) |
line.col |
Line color |
fill.col |
Polygon fill color (set to NA if no fill is desired) |
add |
If F a new graph is drawn, if T the profile is plotted into an existing graph |
maxx |
X-axis maximum |
maxy |
Y-axis maximum |
alpha.line |
Transparency setting for the line |
alpha.fill |
Transparency setting for the polygon fill |
lwd |
Line width |
lty |
Line type |
GR.mark |
Character that should be displayed at the tip of the ground return peak (if none set to NA) |
GR.mark.cex |
Size of the ground return marker |
GR.mark.lwd |
Line width of the ground return marker |
GR.mark.col |
Color of the ground return marker |
alpha.GR.mark |
Transparency setting for the ground return marker |
xlab |
X-axis titel |
ylab |
Y-axis titel |
cex.axis |
Font size of axis numbers |
cex.lab |
Font size of axis titels |
las |
Orientation of axis numbers |
Graphic of the profile
Nikolai Knapp
in progress
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.