plot.onearrow | R Documentation |
Plots an object of class "onearrow"
.
## S3 method for class 'onearrow'
plot(x, ...,
add = FALSE, main = "",
retract = 0.05, headfraction = 0.25, headangle = 12, headnick = 0.1,
col.head = NA, lwd.head = lwd, lwd = 1, col = 1,
zap = FALSE, zapfraction = 0.07,
pch = 1, cex = 1, do.plot = TRUE, do.points = FALSE, show.all = !add)
x |
Object of class |
... |
Additional graphics arguments passed to
|
add |
Logical value indicating whether to add graphics to the
existing plot ( |
main |
Main title for the plot. |
retract |
Fraction of length of arrow to remove at each end. |
headfraction |
Length of arrow head as a fraction of overall length of arrow. |
headangle |
Angle (in degrees) between the outer edge of the arrow head and the shaft of the arrow. |
headnick |
Size of the nick in the trailing edge of the arrow head as a fraction of length of arrow head. |
col.head , lwd.head |
Colour and line style of the filled arrow head. |
col , lwd |
Colour and line style of the arrow shaft. |
zap |
Logical value indicating whether the arrow should include a Z-shaped (lightning-bolt) feature in the middle of the shaft. |
zapfraction |
Size of Z-shaped deviation as a fraction of total arrow length. |
pch , cex |
Plot character and character size for the two end points of the arrow,
if |
do.plot |
Logical. Whether to actually perform the plot. |
do.points |
Logical. Whether to display the two end points of the arrow as well. |
show.all |
Internal use only. |
The argument x
should be an object of class "onearrow"
created by the command onearrow
.
A window (class "owin"
) enclosing the plotted graphics.
.
onearrow
,
yardstick
oa <- onearrow(cells[c(1, 42)])
oa
plot(oa)
plot(oa, zap=TRUE, do.points=TRUE, col.head="pink", col="red")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.