Scatter plot using ggplot2

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video we will explore scatter plot using ggplot2 package. Data used in the video can be downloaded from drive.google.c...

Комментарии • 2

  • @Acoustics195
    @Acoustics195 2 года назад

    What will be the code if we want to do the same with excel data

    • @bioinfquests
      @bioinfquests  2 года назад

      Better to save the data of excel in tab separate value or comma separated csv file and use same read.table or read.csv method to load the data in df and plot. Although there are package like gdata or xlxs are there which can be used to read excel data.