draw_legend: Draw Legend

Description Usage Arguments Examples

View source: R/main.R

Description

Draw Legend

Usage

1
draw_legend(position = "topright")

Arguments

position

keyword for position. See Details.

The location may be specified by setting position to a single keyword from the list "bottomright", "bottom", "bottomleft", "left", "topleft", "top", "topright", "right" and "center". This places the legend on the inside of the plot frame at the given location. Partial argument matching is used.

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.