I want to know how to control the key scale in scatterplot with 3 axis in the openair
package.
When I make scatter plot, the key scale is randomly applied according to data. I want to fix the key scale to 0~100 % RH.
scatterPlot(data,
x="O3",y="SOC",z="RH",col="jet",linear="FALSE",cex=0.8,fontsize=35,
xlim=c(0,0.05),ylim=c(0,20),key.fooer = "RH(%)", xlab="O3 (ppm)",
ylab="SOC(ug/m3)",labelFontsize=13)