draw: Draws Fireflow Objects

Description Usage Arguments See Also Examples

View source: R/main.R

Description

Draws Fireflow Objects

Usage

1
draw(fireflow, color = "black", LineType = 1)

Arguments

fireflow

fireflow object defined using ff function.

color

A specification for the default plotting color. See section ‘Color Specification’.

LineType

The line type. Line types can either be specified as an integer (0=blank, 1=solid (default), 2=dashed, 3=dotted, 4=dotdash, 5=longdash, 6=twodash)

See Also

ff tilt shift

Examples

1
2
3
4
5
6
7
8
9
n185()

a <- ff(60,3000,20, "first")
b <- ff(50,2750, 35, "second")

draw(a, "red", 1)
draw(b, "blue", 2)

draw_legend()

dCraigJones/n185 documentation built on Feb. 1, 2020, 2:09 a.m.