Description Usage Arguments Value Examples
View source: R/utils_uncal_images.R
Find uncalibarated images
1 | find_uncal_photos(proj_name, proj_dir, img_dir = proj_dir)
|
proj_name |
Name of project |
proj_dir |
Path to the project |
img_dir |
Path to the folder holding the raw images |
A vector of image names
1 2 3 4 5 6 | ## Not run:
test <- find_uncal_photos(proj_name = "lake_ellsmere_2019",
proj_dir = '../New_Zealand/Processing/Lake_Ellsmere',
img_dir = '../New_Zealand/Raw_Photos/Lake_Ellsmere')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.