I got the answer, we have to search the coordinates of respective country from Google and we can easily zoom it using the same command with just new coordinates instead of Japan and done. It's really easy. Thanks a lot for very helpful and nice video.
You might consider using the "here" package for your file path. It has the here() function where you simply type data = read_csv(here("Users", "Desktop", ... "file.csv"). That is independent of working directories which differ from person to person and computer to computer.
read.csv("Aedes.csv") Error in file(file, "rt") : cannot open the connection In addition: Warning message: In file(file, "rt") : cannot open file 'Aedes.csv': No such file or directory why r could not open my csv file
hi. does anyone have any tips on how to install rgdal? I keep on getting the '' package is elsewhere'' error
Thanks for your tutorial. How can we get x and y coordinates for the other countries?
hello can i ask how you calculate coordinate to japan and for other countries
I plotted the map but the occurence points did not appear despite no error message
How can I plot three different species with different colours in this map?
col = species ..might be it work in your case
For zooming the map how to select x and y coordinates please guide on this part.
I got the answer, we have to search the coordinates of respective country from Google and we can easily zoom it using the same command with just new coordinates instead of Japan and done. It's really easy. Thanks a lot for very helpful and nice video.
@@advaitghatpande6406 Thanks brother
Nice tutorial
data
You might consider using the "here" package for your file path. It has the here() function where you simply type data = read_csv(here("Users", "Desktop", ... "file.csv"). That is independent of working directories which differ from person to person and computer to computer.
Excellent really
Thank you very much bro
thank you!
read.csv("Aedes.csv")
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file 'Aedes.csv': No such file or directory
why r could not open my csv file