Rename functions (5): decomposition #303
Labels
Status: under consideration ❗
Topic is under discussion. No decision yet.
Topic: rename ♻️
Topic: style ✏️
Related to code style (documentation, R scripts, etc.)
Type: enhancement 🎈
asking for a new feature.
This issue complements #208 (comment).
These functions may also be renamed. But extension or modification of functionality should also be introduced.
decomposition
as.hyperSpec(<matrix>)
,as_hyperSpec(<matrix>)
scores2hyperSpec()
loadings2hyperSpec()
as.hyperSpec()
,as_hyperSpec()
. See discussion in #144. Related #289chk.hy
is.hyperSpec()
,is_hyperSpec()
validObject()
as well.2. To keep current functionality (failure in case of non-
hyperSpec
object), argumentfail = TRUE
may be added. Default should befail = FALSE
to returnFALSE
.The text was updated successfully, but these errors were encountered: