hello , i have an assiment that ineed to show all my variables at the same graph, the problome that they have diffrenet scale , ihave been working with the data "quakes" and one of my variable is lat that has negtive valuse and on the other hand one of the variable is depth that have valuse of 600+ , how do i adjust my scale in order to make good visable graph here is my commends :
boxplot(data1, horizontal=F, main="distribution of each variable on the same graph",ylim=c(-600,680))
problome is that the graph dosent look right