plot_dpseg2 | R Documentation |
Alternative plot procedure for dpseg, special function provided personally by dpseg curator. I made a few custom tweeks Including option to overlay multiple plots
plot_dpseg2(
x,
delog = FALSE,
col,
main,
xlab,
ylab,
res = 10,
vlines,
overlay,
textX,
textY,
textLabel,
ylim
)
x |
dpseg object to plot |
delog |
Boolean use log scale if TRUE |
col |
color |
main |
character title of graph |
xlab |
character label for x axis |
ylab |
character label for y axis |
res |
numeric resolution |
vlines |
Boolean if FALSE suppress vertical lines in graph |
overlay |
Boolean if TRUE this plot is an overlay of previous plot |
textX |
numeric x position for text box |
textY |
numeric y position for text box |
textLabel |
character string to label the points in the graph |
ylim |
numeric vector ylim for plot |
returns no value but has side effect of producing a graph
pdp<-plot_dpseg2(segs,overlay=FALSE,xlab="xaxis",
ylab="yaxis",vlines=FALSE,textX=2000,textY=20,
textLabel="label",ylim=c(0,60))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.