I am looking at camera trap data to study drivers of illegal human activities in the central Vietnam. I made a GLMM model to see the impact of species number and remotessess on the number of human records at each camera trap stations. I used the station as random effect and trap nights as offset. For the analysis I scaled the variables. To see the interaction effect, I used plot_model to get the grapha and it returned the graphs with scaled version of remoteness. How can I get the unscaled version for the resulting image.
I tried plot_model from sjPlot package so far. The part of code looks like this: plot_model(mod29, type = "pred", terms = c("species_no", "remoteness"),