Displaying 4 results from an estimated 4 matches for "spoz".
Did you mean:
spot
2013 Apr 01
0
ggplot2 label problem
I have a problem to plot label (Year) only for significant values (in this
case spoz and sneg).
I use this code, but don't work with labels.
library(ggplot2)
ggplot(data1, aes(x = Year, y = value,fill=type,width=1))+
geom_bar(stat="identity",position="identity")+
scale_y_continuous(breaks = round(seq(-100, 100, by = 10),10))+
theme_bw()
Thank you!
the...
2013 Apr 01
0
ggplot2 label
Hello all!
I have a problem to plot label (Year) only for significant values (in this
case spoz and sneg).
I use this code, but don't work with labels.
library(ggplot2)
ggplot(data1, aes(x = Year, y = value,fill=type,width=1))+
geom_bar(stat="identity",position="identity")+
scale_y_continuous(breaks = round(seq(-100, 100, by = 10),10))+
theme_bw()
the data used...
2013 Apr 01
0
ggplot label problem
Dear R users,
I have a problem to plot label (Year) only for significant values (in this
case spoz and sneg).
I use this code, but don't work with labels.
library(ggplot2)
ggplot(data1, aes(x = Year, y = value,fill=type,width=1))+
geom_bar(stat="identity",position="identity")+
scale_y_continuous(breaks = round(seq(-100, 100, by = 10),10))+
theme_bw()
the data used...
2013 Apr 01
0
overlaping barplot
...iable semn
1 1901 neg 0.00 sneg NA
2 1902 neg 0.00 sneg NA
3 1903 neg 0.00 sneg NA
4 1904 neg 0.00 sneg NA
5 1905 neg -100.00 sneg -100.00
6 1906 neg -100.00 sneg -100.00
7 1907 neg -50.00 sneg NA
8 1908 neg -66.67 sneg -66.67
9 1909 neg 0.00 sneg NA
10 1910 neg -66.67 sneg -66.67
112 1901 poz 0.00 spoz NA
113 1902 poz 100.00 spoz 100.00
114 1903 poz 100.00 spoz 100.00
115 1904 poz 0.00 spoz NA
116 1905 poz 0.00 spoz NA
117 1906 poz 0.00 spoz NA
118 1907 poz 50.00 spoz NA
119 1908 poz 33.33 spoz NA
120 1909 poz 33.33 spoz NA
121 1910 poz 33.33 spoz NA
Thank you very much!
--
---
Catalin-Const...