[R-sig-Geo] "Paste" with poly titles

Jim Burke javajimburke at gmail.com
Sun Nov 15 21:14:11 CET 2015


myLabel <- paste(PctShp$PCT, PctShp$Last_Name, sep = "\n", collapse = NULL)

GIVEN
PCT = "1234"
Last_name = "Open Seat"

EXPECTED BEHAVIOUR
1234
Open Seat

ACTUAL BEHAVIOUR Prints on maps like below.
1234

Open Seat


I suspect I do not know something important about "Paste"

All criticism and comments appreciated,
Jim Burke

	[[alternative HTML version deleted]]



More information about the R-sig-Geo mailing list