⦿ Purpose of the seminar
https://www.datacamp.com/community/tutorials/r-or-python-for-data-analysis
ggplot2
ggplot2
ggplot2
Can develop interactive apps for presentation of the research results
http://apps.maksimrudnev.com:3838/shiny_values/
ggplot2+Shiny
R can incorporate most stages of the psychological study. Most of these stages can be automated, and communicated to other researchers/co-workers.
curve( # R function name
expr = x^3, # math expression of the curved line
col = "red", # line color
xlim = c(0,15), # range of values at х-axis
xlab = "Weeks", # name of X axis
ylab = "R ability", # name of Y axis
main = "R learning curve" # main title
)
Graphics in R:
🐑 | 🐕 | 🐈 | 🐌 | 🐸 |
🔦
♨︎