Error: unexpected '=' in my code

Hi
I'm new to using R and I'm trying to access a group of data from excel. Below is the code I'm trying to run but I get an error message saying that I have an unexpected '=' in my code:
plot(visits~temp,data=bees)

Can someone give me some advice?

Thanks

please provide the complete error message as it appears.

plot(visits~temp.data=bees)
Error: unexpected '=' in "plot(visits~temp.data="

This was the full error statement. I'm not really sure how to fix this

instead of a comma you put a fullstop between temp and data

I'll try that

thanks

when I initially downloaded R, this is the message that came up, I'm not sure if this would be linked to my original issue:
During startup - Warning messages:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_COLLATE failed, using "C"
3: Setting LC_TIME failed, using "C"
4: Setting LC_MESSAGES failed, using "C"
5: Setting LC_MONETARY failed, using "C"
[R.app GUI 1.77 (7985) x86_64-apple-darwin17.0]

WARNING: You're using a non-UTF8 locale, therefore only ASCII characters will work.
Please read R for Mac OS X FAQ (see Help) section 9 and adjust your system preferences accordingly.

However, how can I address these warning messages?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.