К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Data Visualization · LearnSpace
Назад в каталог
courseraАнализ данных

Data Visualization

Курс от Ball State University
Средний≈ 16.5 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

In the era of big data, acquiring the ability to analyze and visually represent “Big Data” in a compelling manner is crucial. Therefore, it is essential for data scientists to develop the skills in producing and critically interpreting digital maps, charts, and graphs. Data visualization is an increasingly important topic in our globalized and digital society. It involves graphically representing data or information, enabling decision-makers across various industries to comprehend complex concepts and processes that may otherwise be challenging to grasp. DSCI 605 Data visualization serves as the foundation for understanding principles, concepts, techniques, and tools used to visualize information in large, intricate data sets. It also provides hands-on experience in visualizing big data using the open-source software R. Through the course, students will learn to evaluate the effectiveness of visualization designs and think critically about decisions, such as color choice and visual encoding. Additionally, students will create their own data visualizations and become proficient in using R. The course comprises four sections. The first section caters to learners with minimal or no experience in R, establishing the groundwork for data visualization with R. The second section introduces preliminary data visualization techniques, allowing students to gain hands-on experience with common visualization practices for Exploratory Data Analysis (EDA) using ggplot2. This section emphasizes data exploration before delving into advanced data mining. The third section builds upon existing data visualization skills by delving into advanced data visualization topics, including interactive data visualization, time series plotting, and spatial mapping. The primary objective of the first three sections is to equip students with a well-developed set of skills, enabling them to create a wide range of visualizations in R. The final section focuses on completing a final project, where students apply the skills, theory, and experiences gained from the previous sections. The project entails developing a data visualization that effectively communicates a compelling story to the audience and readers.

Навыки, которые вы освоите

R ProgrammingHistogramGgplot2RmarkdownExploratory Data AnalysisColor TheoryR (Software)Scatter PlotsData AnalysisAnalysisPlot (Graphics)Interactive Data VisualizationStatistical VisualizationData StorytellingGraphingData Visualization Software

Программа курса

5 модулей · 94 учебных материалов

01Introduction to Data Visualization and Getting Started with R35 материалов

Start Here! -- Introductions

Welcome to Data VisualizationВидеоMeet Your InstructorВидеоMeet Your Course StaffЧтениеRead the Course SyllabusЧтение

Учитесь у экспертов

Dr. Aihua Li

Assistant Teaching Professor of Geography

Data Visualization
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 16.5 ч

5 модулей

Язык: Английский

Субтитры: Арабский, Французский, Итальянский, Бразильский португальский, Корейский, Немецкий, Испанский, Японский

Часть программы вашего университета
Introduce YourselfОбсуждение

Introduction to Data Visualization

Module 1 OverviewВидеоIntroduction to Data VisualizationВидеоData Visualization techniquesВидеоSome examples of data visualizationВидеоActivities and Skills in Data VisualizationЗадание

Introduction to R

Introduction to RВидеоInstall R and RStudioЧтениеRStudio Lab (In-Browser Option)ЧтениеRStudio PanesВидеоPractice Lab: Getting Started with RStudio/RЛабораторнаяMaterials for Understanding Basic RЧтениеBasic R informationЗадание

Basic R

Data types in RВидеоData structures in RВидеоIntroduction to objects in RВидеоCreate objects/variables in RВидеоCreate objects with different data structures in RВидеоRemove and save objectsВидеоA Simple Tutorial to Get You Started with RВидеоCreate Objects in RЗадание

Introduction to R Markdown

Introduction to R Markdown fileВидеоThe Structure of an R Markdown FileВидеоRMarkdown Cheat SheetЧтениеR Markdown Basic Information.ЗаданиеInstall the "knitr" and "rmarkdown" PackagesЧтениеCreate Your .Rmd File and Use Knitr to Convert .Rmd to .html or PDFВидеоFormat the text in R MarkdownВидеоCode Chunks-Hide code and informationВидеоCreate your first R Markdown file by default and name it "My first R Markdown file"ЛабораторнаяModule 1 SummaryЧтение
02Graphics Components for Data Visualization14 материалов

Design Data Visualization

Module 2 OverviewВидеоIntroduction to data visualizationВидеоIntroduction to the Grammar of GraphicsВидеоMarks and ChannelsВидеоComponents of Data VisualizationЗадание

Color Systems

Color modelsВидеоWhy is Rainbow Color Not Suggested in Data Visualization?ОбсуждениеColor SystemsЗадание

Best Practices in Data Visualization

Exploratory Data Analysis (EDA)ВидеоSome examplesВидеоData Visualization PrinciplesВидеоPrinciples of Effective Data VisualizationЧтениеBest Practices in Data Visualization ЗаданиеModule 2 SummaryЧтение
03ggplot217 материалов

Introduction to ggplot2

Module 3 OverviewВидеоIntroduction to ggplot2ВидеоInstallation of ggplot2ЧтениеBasic usage of ggplot() functionВидеоColors in ggplot()Видеоggplot2 CheatsheetЧтениеggplot() UsageЗадание

Basic Histogram

Introduction to HistogramВидеоBins in HistogramВидеоPlot a Single HistogramВидеоChange Histogram Outline and Fill ColorsЧтениеSingle histogramЛабораторная

Grouped Histogram

Grouped HistogramВидеоLegends in ggplot2ЧтениеStep 1: Grouped Histogram in RПрограммированиеStep 2: Grouped histogram in RВзаимная проверкаModule 3 SummaryЧтение
04Embed Images and Tables in R Markdown Files14 материалов

Embed Images in R Markdown Files

Module 4 OverviewВидеоSave graphs as png and jpegВидеоOutput graphs into a pdf fileВидеоEmbed images in R Markdown filesВидеоRefer to images in R Markdown filesВидео

Embed Tables in R Markdown Files

Create tables in R MarkdownВидеоIndex tables in R Markdown filesВидеоEmbed Images and Tables in R MarkdownЧтение

A Scatter Plot with ggplot2

About scatter plots and bubble plotsВидеоA scatter plot with ggplot2ВидеоA scatter plot with ggplot2ВидеоDoes a Scatter Plot Prove the Causation?ОбсуждениеUngraded Lab: A HTML report in R Markdown file with images and tables, and refer and index the tablesЛабораторнаяModule 4 SummaryЧтение
05Boxplot and Multiple-view Layout14 материалов

Boxplot

Module 5 OverviewВидеоIntroduction to BoxplotsВидеоInterpretation of BoxplotsЧтениеWhy Boxplot Could be Used to Detect OutliersОбсуждение

Group Boxplots

Basic Box plot in RВидеоBoxplot in R_Change outline colors and fill colorsВидеоPlot multiple group boxplots with data providedЛабораторная

Multiple-view Layout

Arranging multiple plots on a pageВидеоUse facets in ggplot2Видеоgrid.arrange() functionВидеоLaying out multiple plots on a pageЧтениеStep 1: Multiple-view plots including histogram, boxplots and scatter plot with data provided ПрограммированиеStep 2: Self-Check Mutiple-view plots including histogram, boxplots and scatter plot with data providedЗадание
Module 5 SummaryЧтение