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:
10
R/mo.R
10
R/mo.R
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user