mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 19:41:49 +02:00
(v0.7.0.9003) scale fix
This commit is contained in:
9
R/ab.R
9
R/ab.R
@ -258,12 +258,3 @@ as.data.frame.ab <- function (x, ...) {
|
||||
pull.ab <- function(.data, ...) {
|
||||
pull(as.data.frame(.data), ...)
|
||||
}
|
||||
|
||||
#' @exportMethod scale_type.ab
|
||||
#' @noRd
|
||||
scale_type.ab <- function(x) {
|
||||
# fix for:
|
||||
# "Don't know how to automatically pick scale for object of type ab. Defaulting to continuous."
|
||||
# "Error: Discrete value supplied to continuous scale"
|
||||
"discrete"
|
||||
}
|
||||
|
Reference in New Issue
Block a user