cbind_replace: #Draw a circle # #Wrapper for 'plotrix::draw.circle' # Column...

Description Usage Examples

Description

#Draw a circle # #Wrapper for plotrix::draw.circle # Column binding of new columns, replacement of existing ones

Usage

1

Examples

1
2
3
4
5
6
7
8
a <- data.frame(a="a1")
ab <- data.frame(a="a2", b="b1")
c <- data.frame(c="c1")
bc <- data.frame(b="b2", c="c2")

cbind_replace(a, c)
cbind_replace(a, ab)
cbind_replace(ab, bc)

markheckmann/mapster documentation built on May 21, 2019, 12:06 p.m.