Result from using mScatter(RailTrail) is shown below.
mScatter(RailTrail)
ggplot(data=RailTrail,aes(x=hightemp,y=lowtemp))+geom_point()+aes(colour=weekday)+aes(size=cloudcover)
A positive relationship between high temperature and low temperature is shown above.