I have this code exported from Rdata
load(...)
ViajesCCAA <- subset(ViajesCCAA, subset=CCAA.DESTINO=="SOMETHING")
library(relimp, pos=4)
showData(ViajesCCAA, placement='-20+200', font=getRcmdr('logFont'), maxwidth=80, maxheight=30)
Boxplot(GASTO.FINAL.DEL.VIAJE~MES, data=ViajesCCAA, id.method="y")
And the output is something like this:
I've tried this but couldn't load
par(cex.lab=1.5) # is for y-axis
par(cex.axis=1.5) # is for x-axis
It says :
[13] ERROR: invalid subscript type 'list'
My data :
[1] "7444" "105" "1744" "7159" "7157" "6824" "3858" "236" "5927" "2288" "9698" "12708" "10930" "10459" "11050" "12087" "9968" "9151" "11950" "9143"