REmap icon indicating copy to clipboard operation
REmap copied to clipboard

Run example but get Error "cannot coerce type 'S4' to vector of type 'double'"

Open yunbokai opened this issue 2 years ago • 1 comments

Dear Author: I run the example

set.seed(125) out = remap(demoC,title = "REmap",subtitle = "theme:Dark") plot(out)

But I got something wrong: Error in as.double(y) : cannot coerce type 'S4' to vector of type 'double' Can you help me? Thanks for your attention!

yunbokai avatar Apr 22 '22 08:04 yunbokai

Use Remap function to get the plot output directly can avoid this error. Using remapC() instead of using out<-remapC() plot(out)

01miaom avatar Aug 26 '22 03:08 01miaom