File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 235
235
.detect_change_tile_prep <- function (dc_method , tile , ... ) {
236
236
UseMethod(" .detect_change_tile_prep" , dc_method )
237
237
}
238
- # ' @name .detect_change_tile_prep.default
239
238
# ' @noRd
240
239
# ' @export
241
240
.detect_change_tile_prep.default <- function (dc_method , tile , ... ) {
242
241
return (NULL )
243
242
}
244
- # ' @name .detect_change_tile_prep.bayts_model
245
243
# ' @noRd
246
244
# ' @export
247
245
.detect_change_tile_prep.bayts_model <-
337
335
.dc_bands <- function (dc_method ) {
338
336
UseMethod(" .dc_bands" , dc_method )
339
337
}
340
- # ' @name .dc_bands.sits_model
341
338
# ' @noRd
342
339
# ' @export
343
340
.dc_bands.sits_model <- function (dc_method ) {
344
341
.samples_bands(.dc_samples(dc_method ))
345
342
}
346
- # ' @name .dc_bands.bayts_model
347
343
# ' @noRd
348
344
# ' @export
349
345
.dc_bands.bayts_model <- function (dc_method ) {
You can’t perform that action at this time.
0 commit comments