У нас вы можете посмотреть бесплатно How to plot multiple lines on the same graph using R или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this tutorial, you will find step-by-step instructions to create line graphs, especially multiple line graphs, and to place legends right on top of the lines. We will use R and ggplot2 to create these plots. You will learn about a few best data viz practices along the way. To find more dataviz recipes and best-practices go to: http://ds4fr.nandeshwar.info/ Here are the files used in this tutorial: -- Complete R code file: http://arn.la/lineplotsr -- Apple stocks data file: http://arn.la/applestock -- Tech stocks data file: http://arn.la/techstocks -- Entertainment stocks data file: http://arn.la/entstocks A couple of books mentioned in the tutorial: -- White Space is Not Your Enemy by Kim Golombisky http://amzn.to/2E1fRYM -- Visualizing Data by William Cleveland http://amzn.to/2n5hYmc Also, read more about the banking function in R here: -- https://www.rdocumentation.org/packag... An another good paper on banking by Jeff Heer: http://vis.berkeley.edu/papers/bankin... For more tips, check out: https://nandeshwar.info/courses