plot_dpseg2 {SherlockHolmes}R Documentation

plot_dpseg2

Description

Alternative plot procedure for dpseg, special function provided personally by dpseg curator. I made a few custom tweeks Including option to overlay multiple plots

Usage

plot_dpseg2(
  x,
  delog = FALSE,
  col,
  main,
  xlab,
  ylab,
  res = 10,
  vlines,
  overlay,
  textX,
  textY,
  textLabel,
  ylim
)

Arguments

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

Value

returns no value but has side effect of producing a graph

Examples

pdp<-plot_dpseg2(segs,overlay=FALSE,xlab="xaxis",
  ylab="yaxis",vlines=FALSE,textX=2000,textY=20,
  textLabel="label",ylim=c(0,60))


[Package SherlockHolmes version 1.0.1 Index]