From c98c805c9227c900ebbe1c7e433a145280c3164f Mon Sep 17 00:00:00 2001 From: yun Date: Wed, 26 Jun 2024 02:21:34 +0800 Subject: [PATCH] fix Docs --- man/eheat_prepare.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/eheat_prepare.Rd b/man/eheat_prepare.Rd index a8774e4..94b29fc 100644 --- a/man/eheat_prepare.Rd +++ b/man/eheat_prepare.Rd @@ -33,5 +33,5 @@ object. Prepare ExtendedHeatmap } \examples{ -eheat_prepare(ggheat(matrix(rnorm(81), nrow = 9))) +eheat_prepare(eheat(matrix(rnorm(81), nrow = 9))) }