diff --git a/R/utils_S3_methods.R b/R/utils_S3_methods.R index 1f1898d..69ce413 100644 --- a/R/utils_S3_methods.R +++ b/R/utils_S3_methods.R @@ -693,7 +693,7 @@ plot.FielDHub <- function(x, ...) { ) class(out) <- "fieldLayout" print(x = out) - return(invisible(list(field_book = out$field_book))) + return(invisible(list(p = out$layout, field_book = out$field_book))) } } else stop("x is missing!") } \ No newline at end of file