Displaying 1 result from an estimated 1 matches for "pline".
Did you mean:
line
2011 Jul 08
1
Referencing a vector of data labels in ggplot function
...'value' = rep(c(429258, 430645, 431165, 431360, 452284, 467316,
467326, 467330,
375588, 411383, 427179, 364582, 351494, 359034, 374047,
339628),2),
'Facet' = rep(c('bottom','top'), each = 16))
pTitle <- 'Main Title'
plines <- c('Line 1', 'Line 2','Line 3', 'Line 4')
col1 <- c('#ec421e', '#f7bd2e','#ec421e', '#f7bd2e')
#If I use the line below and explicitly place plines, pTitle and col1 in the
appropriate places
#it will work fine. I want to use...