У нас вы можете посмотреть бесплатно Change Line Type of Base R Plot (Example) | Modify Shape of Lines | Solid, Dashed, Dotted & Dotdash или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
How to modify the lines types in a plot in the R programming language. More details: https://statisticsglobe.com/change-li... R code of this video: x <- 1:10 # Create example data y <- c(3, 1, 7, 2, 3, 5, 5, 1, 8, 4) plot(x, y, type = "l") # Draw default line plot plot(x, y, type = "l", # Dashed line lty = "dashed") plot(x, y, type = "l", # Dotted line lty = "dotted") plot(x, y, type = "l", # Dotdash line lty = "dotdash") plot(x, y, type = "l", # Longdash line lty = "longdash") plot(x, y, type = "l", # Twodash line lty = "twodash") plot(x, y, type = "l", ylim = c(1, 15)) # Draw all line types in one plot lines(x, y + 1, type = "l", lty = 2, col = 2) lines(x, y + 2, type = "l", lty = 3, col = 3) lines(x, y + 3, type = "l", lty = 4, col = 4) lines(x, y + 4, type = "l", lty = 5, col = 5) lines(x, y + 5, type = "l", lty = 6, col = 6) legend("topleft", c("solid", "dashed", "dotted", "dotdash", "longdash", "twodash"), col = 1:6, lty = 1:6) Follow me on Social Media: Facebook – Statistics Globe Page: / statisticsglobecom Facebook – Group for Discussions & Questions: / statisticsglobe LinkedIn – Statistics Globe Page: / statisticsglobe LinkedIn – Group for Discussions & Questions: / 12555223 Twitter: / joachimschork Music by bensound.com