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))) }