Alterações para figura e files
This commit is contained in:
@ -331,8 +331,14 @@ library(dplyr)
|
||||
Evoluc<-ggplot(Evoluc, aes(x=Ano, y=Cabecas, group = Categoria))+
|
||||
geom_line (aes(color=Categoria))+
|
||||
geom_point(aes(color=Categoria))
|
||||
|
||||
getwd()
|
||||
png(filename="fig/Evoluc1.png")
|
||||
plot(Evoluc)
|
||||
|
||||
Evoluc
|
||||
|
||||
|
||||
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
Ano,2004,2005,2006,2007,2008,2009
|
||||
Vacas,20,25,40,48,61,68
|
||||
Novilhas,7,15,11,16,12,17
|
||||
Terneiras,8,11,16,19,24,27
|
||||
Total,35,51,67,83,92,112
|
||||
Vacas,20,20,35,40,40,40
|
||||
Novilhas,7,15,8,14,9,8
|
||||
Terneiras,8,8,14,16,16,16
|
||||
Total,35,43,57,70,63,64
|
||||
,,,,,,
|
||||
|
||||
|
Reference in New Issue
Block a user