icon: icon

Description Usage Arguments Examples

View source: R/icon.R

Description

generate an icon

Usage

1
2
icon(pch = 24, col = "black", bg = "white", filename = NULL,
  ratio = 0.5)

Arguments

pch

symbol to use

col

color border

bg

color background

filename

the name of the icon when saving as a png, if NULL the png is not exported

ratio

the width/height ratio of the exported icon

Examples

1
2
# generate and export an icon
icon(pch=21, col='black',bg='white',filename='icon')

jedgroev/makekml documentation built on Nov. 4, 2019, 2:36 p.m.