Author: Seung Hyun Min
smCSF (SM: Seung Hyun Min) is an R package for plotting and analyzing the data of the contrast sensitivity function. It is an extender for ggplot2; that is, it provides geom functions that can be used to automatically plot the contrast sensitivity function.
smplot was first created on May 2022, and it will be continuously updated.
install.packages("devtools")
devtools::install_github('smin95/smCSF', force=TRUE)
To access an updated tutorial (sample codes and figures) of smCSF, please visit https://smin95.github.io/dataviz/.