Skip to content

Commit 0466c6e

Browse files
committed
final exam word count
1 parent b2379f3 commit 0466c6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Exam/final_report.qmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ lang: en-GB
55
editor:
66
markdown:
77
wrap: 72
8+
# Approximately 1600 words
89
---
910

1011

1112
Candidate number: 22
1213

13-
The repository is available at https://github.com/a-asen/PSY-3006-Visualization (as part of the course requirement). Word count is : ` INPUT WORD COUNT HERE, THX ` corresponding to approximately ` PAGES `
14+
The repository is available at https://github.com/a-asen/PSY-3006-Visualization (as part of the course requirement). Approximately 11100 words, corresponding to about 25 pages of text.
15+
1416

1517
{{< pagebreak >}}
1618

19+
1720
# Visualizing
1821

1922
Visualizing data is a key tool in understanding data and data analysis. It is a simple trick, but highly efficient for both researchers and laymen to understand what the data and data analysis is telling us. It can condense highly complicated data structures that could be impossible for any human to understand. Modern technological advancement has made data visualizing easier and more capable. Moreover, the development of programs and software using open source (or derivates of it), makes it possible for anyone to learn data visualization. R is a prominent program for data analysis and data visualization. It is an open-source program with a vast number of packages. One of the most important packages for R is the "ggplot2" library. This is a package created to make data visualization follow simple rules of "grammar" for "visualizing".

0 commit comments

Comments
 (0)