search for: 5660l

Displaying 1 result from an estimated 1 matches for "5660l".

Did you mean: 5660
2009 Jul 23
1
ggplot2 : commands on one line vs two lines.
...", "NL", "NS", "NT", "NU", "ON", "PE", "QC", "SK", "YT"), class = "factor"), Area = c(1936113L, 1365128L, 1183085L, 925186L, 917741L, 642317L, 591670L, 553556L, 474391L, 373872L, 71450L, 53338L, 5660L)), .Names = c("Name", "Pcode", "Area"), class = "data.frame", row.names = c(NA, -13L)) library(ggplot2) p <- ggplot(provs, aes(x = 0, xend = Area, y = Pcode, yend = Pcode)) # commmand below is on one line pa <- p + geom_point(aes(Area, Pcode)) + geo...