运行filterDoublets时出现的报错:projHeme2 <- filterDoublets(projHeme1)Error in app$vspace(new_style$margin-top %||% 0):attempt to apply non-function
margin-top
请问如何解决
出现这种错误一般是把变量当作函数进行调用导致的,检查代码中有关变量的赋值情况。