You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the aplot package (version 0.2.0), the following error message appears when using the function "insert_left":
Error in if (zero_range(as.numeric(limits))) { :
missing value where TRUE/FALSE needed
In addition: Warning message:
In zero_range(as.numeric(limits)) : NAs introduced by coercion
We have a matrix to plot heatmap like this:
And then we use the following code to generate the cluster tree:
When using the aplot package (version 0.2.0), the following error message appears when using the function "insert_left":
We have a matrix to plot heatmap like this:
And then we use the following code to generate the cluster tree:
Then the heatmap plot was plotted using the following code:
And if I want to combine the two plot, Error was occured:
However, aplot (version 0.1.8) works fine whereas vesion 0.1.9 and 0.2.0 can't. So maybe it's necessary to solve this problem in the next vesion.
The text was updated successfully, but these errors were encountered: