File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ License: GPL-3 + file LICENSE
21
21
LazyData: true
22
22
Imports:
23
23
ape,
24
+ bigRaster,
24
25
cli,
25
26
data.table,
26
27
dissUtils,
@@ -57,7 +58,6 @@ Imports:
57
58
pracma,
58
59
doParallel
59
60
Suggests:
60
- bigRaster,
61
61
knitr,
62
62
rmarkdown,
63
63
testthat (>= 2.0.0)
Original file line number Diff line number Diff line change 1
1
# ' Check if principal components are properly selected as expected by the method
2
2
# '
3
- # ' @param input_raster_path character. Path of the image to be processed
4
- # ' @param output_dir character. Path for output directory
5
3
# ' @param pca_rast_path character. Path of the PCA image
4
+ # ' @param output_dir character. Path for output directory
6
5
# ' @param File_Open Boolean. Set to TRUE for file to open automatically
7
6
# '
8
7
# ' @return Sel_PC
9
8
# ' @importFrom utils file.edit read.csv
10
9
# ' @importFrom tools file_path_sans_ext
11
10
# ' @export
12
11
13
- select_PCA_components <- function (input_raster_path ,
12
+ select_PCA_components <- function (pca_rast_path ,
14
13
output_dir ,
15
- pca_rast_path ,
16
14
File_Open = TRUE ) {
17
15
message(" Please check following PCA file:" )
18
16
print(pca_rast_path )
You can’t perform that action at this time.
0 commit comments