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:
|
||||
|
||||
Reference in New Issue
Block a user