Skip to content
Prev 29063 / 29559 Next

Selecting a range of values in a specific column for R ggplot

Hello,
try
newplot <- ggplot(data = GEV[1:4, ], aes(x = RL45)) + geom_density(color 
= "midnightblue") + xlab("Location (mm/day") + ggtitle("Global Location 
under RCP4.5") + xlim(300, 350)
HTH,
?kos
-----------
?kos Bede-Fazekas
Centre for Ecological Research, Hungary

2022.10.13. 18:27 keltez?ssel, rain1290--- via R-sig-Geo ?rta: