Displaying 1 result from an estimated 1 matches for "f0027f".
Did you mean:
10027
2009 Dec 23
1
animated R plots
...quot;, legend=c("Transport", "Family", "Housing", "Substance Use", "Medical", "Mental Health"), pch=c(19,19,19,19,19,19), col=c("#7FC97F", "#BEAED4", "#FDC086", "#FFFF99", "#386CB0", "#F0027F"), bty="n", inset=.02)
for (i in 1:length(index)) {
rect(11.4, 425, 11.9, 500, col="white", border="red")
year.service <- service[which(service$year==index[i]),]
graphics <- year.service[year.service$service=="Graphics",]
...