Yeah, I was able to fix it by converting the color and shape aesthetics to factors: ggplot(mtcars, aes(x=wt, y=mpg, color=as.factor(cyl), ... ... <看更多>
Search
Search
Yeah, I was able to fix it by converting the color and shape aesthetics to factors: ggplot(mtcars, aes(x=wt, y=mpg, color=as.factor(cyl), ... ... <看更多>
Hi, I got a Continuous value supplied to discrete scale Error when plotting NMDS with trans_beta$plot_ordination(), I think it's because I used the ... ... <看更多>
Error: Continuous value supplied to discrete scale. However, finding out which scale would be changed—in this case, ... ... <看更多>
scale_colour_viridis_d(option = "plasma"). ## Error: Continuous value supplied to discrete scale. ## Error: Continuous value supplied to discrete scale. ... <看更多>
在geom_point(data= point_f , aes( x =lng , y=lat),size= 10) 這行出問題錯誤息訊是: Error: Discrete value supplied to continuous scale google ... ... <看更多>
@param feature2_shape The shape values for feature2. ... prevent "Error: Continuous value supplied to discrete scale" beta_plot[[feature]] ... ... <看更多>
"Error: Discrete value supplied to continuous scale". I've used many solutions in blogs but it does not work. This is my first map and the script ... <看更多>
The plotting code gives Error: Discrete value supplied to continuous scale. I am not sure why this error keeps popping out, ... ... <看更多>