/tidycameradata

tidycameradata: An R package for camera data manipulation

Primary LanguageRGNU General Public License v3.0GPL-3.0

tidycameradata

by Hai-Dong Li
tidycameradata is an R package for camera data manipulation. Please note that the package has not fully tested, if you use this package you need to recheck the results. If you find any bugs or have any suggestions/comments, pls let me know.

flow chart

Instruction

To install this package, run the following codes:

install.packages("devtools")
devtools::install_github("PrimulaLHD/tidycameradata@main")

# or you can use the remotes package like this:
install.packages("remotes")
remotes::install_github("PrimulaLHD/tidycameradata@main")