Drawing distribution maps using R

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 16

  • @aroobanawaz1913
    @aroobanawaz1913 5 ชั่วโมงที่ผ่านมา

    hi. does anyone have any tips on how to install rgdal? I keep on getting the '' package is elsewhere'' error

  • @mohammadmahbuburrahman8433
    @mohammadmahbuburrahman8433 2 ปีที่แล้ว +2

    Thanks for your tutorial. How can we get x and y coordinates for the other countries?

  • @saidhassan5925
    @saidhassan5925 2 ปีที่แล้ว +2

    hello can i ask how you calculate coordinate to japan and for other countries

  • @mhorset
    @mhorset 7 หลายเดือนก่อน

    I plotted the map but the occurence points did not appear despite no error message

  • @moumitabhowmik2755
    @moumitabhowmik2755 ปีที่แล้ว +1

    How can I plot three different species with different colours in this map?

    • @hamiddawar8852
      @hamiddawar8852 ปีที่แล้ว

      col = species ..might be it work in your case

  • @advaitghatpande6406
    @advaitghatpande6406 2 ปีที่แล้ว

    For zooming the map how to select x and y coordinates please guide on this part.

    • @advaitghatpande6406
      @advaitghatpande6406 2 ปีที่แล้ว +2

      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.

    • @hamiddawar8852
      @hamiddawar8852 ปีที่แล้ว +1

      @@advaitghatpande6406 Thanks brother

  • @thomasjamonneau514
    @thomasjamonneau514 ปีที่แล้ว

    Nice tutorial

  • @WELINK2
    @WELINK2 3 ปีที่แล้ว

    data

    • @haraldurkarlsson1147
      @haraldurkarlsson1147 2 ปีที่แล้ว

      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.

  • @hananshaaban1514
    @hananshaaban1514 3 ปีที่แล้ว

    Excellent really

  • @unpeudetout6762
    @unpeudetout6762 3 ปีที่แล้ว

    Thank you very much bro

  • @muhammedfurkancan7339
    @muhammedfurkancan7339 3 ปีที่แล้ว

    thank you!

  • @WELINK2
    @WELINK2 3 ปีที่แล้ว

    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