[R-br] Escala de um eixo

Carise Schmidt carise.schmidt em ifsc.edu.br
Quinta Setembro 17 19:41:22 BRT 2015


Olá!

Muito obrigada pela sugestão!

Carise

2015-09-17 17:59 GMT-03:00 salah <salah3.1416 em gmail.com>:

> Olá
>
>  Veja se lhe agrada
>
> library(reshape2)
> library(ggplot2)
>
> taxa = read.table("clipboard",header=TRUE,dec=",")
>
> taxa.m = melt(taxa, id=1, variable.name='Local', value.name='valor')
>
> ggplot(taxa.m, aes(factor(Ano), valor, group=Local, color=Local)) +
>                 theme_bw() +
>                 ylab('legenda y') +
>                 xlab('legenda x') +
>                 geom_line() +
>                 geom_point(aes(shape=Local), size=2)
>
> saudações
>
> _______________________________________________
> R-br mailing list
> R-br em listas.c3sl.ufpr.br
> https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br
> Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e fornea cdigo
> mnimo reproduzvel.




-- 
*****************************************
Carise E. Schmidt
Instituto Federal de Santa Catarina
*****************************************
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20150917/5a8bc3cd/attachment.html>


Mais detalhes sobre a lista de discussão R-br