This is the script to plot Groundwater TDS and River TDS from Ciliwung dataset
#PLOTTING GW TDS VS RIVER TDS
#loading data and named clwtds
clwtds <- read.table("clwtds.csv", header=T,sep=",")
attach(clwtds)
#view the data
clwtds
#plotdata kolom gwtds dan rivtds
plot(gwtds,rivtds)
#next: choosing data :-)
And the result will look like this...
Next I try to separate the plot based on the interactions: influent, effluent, or perched.
@dasaptaerwin
"Water is the Driver of Nature"-LdV
No comments:
Post a Comment