1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 11:11:54 +02:00

(v0.7.0.9003) scale fix

This commit is contained in:
2019-06-08 23:50:06 +02:00
parent f50d3a5ba1
commit ec48f1d83b
16 changed files with 403 additions and 32 deletions

10
R/mo.R
View File

@ -1484,13 +1484,3 @@ translate_allow_uncertain <- function(allow_uncertain) {
}
allow_uncertain
}
#' @exportMethod scale_type.mo
# @export
#' @noRd
scale_type.mo <- function(x) {
# fix for:
# "Don't know how to automatically pick scale for object of type mo. Defaulting to continuous."
# "Error: Discrete value supplied to continuous scale"
"discrete"
}