Skip to content

Commit

Permalink
add a new class for samples with base cube
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertocamara committed Jun 29, 2024
1 parent 5d7d0f9 commit 3705928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/api_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
)
# save base data
ts_tbl[["base_data"]] <- base_tbl[["time_series"]]
class(ts_tbl) <- c("sits_base", class(ts_tbl))
}
return(ts_tbl)
}
Expand Down

0 comments on commit 3705928

Please sign in to comment.