Hello,
I am a PhD student at UNISA, South Africa. I wanted to analyze an
environmental data using R. I actually wanted to plot a beeswarm just to
show a distribution of my data in relative to certain factor. I have 4
drugs and their concentration in influent and effluent wastewater from
wastewater treatment plant. I have tried to read the examples online and I
can not get it (I can not plot it).
I saved my data as...Occurrence in local disk "C" and folder called "R".
I entered the following command
beeswarm(Concentration~drug, data=Occurrence, log=TRUE, pch=42,
col=rainbow(8))
and I am getting the following error
"Error in eval(m$data, parent.frame()) : object 'Occurrence' not found"
Can you please help as to how I should save my data and enter the command
so that I will be able to plot? I have tried many ways by just looking at
the examples given online.
Please find my data attached.
Best regards,