×
The 2025 Client Survey is now open! Responses will be accepted up until 10/31. Please feel free to share this link within your organization and we thank you in advance for your participation!

r script graphics

Study Forum (Inactive)
r script graphics awilson  2011-04-14 09:07
Status: Closed
 
I had a simple question of how to change the alignment of axis based labels in a barchart output? i can get it to change in the stand alone R application but am at a loss for how to execute that within labkey.
 
 
jeckels responded:  2011-04-14 15:49
Generally speaking, R code that works on some other machine should work when executed as a script from within LabKey Server.

Are you getting any error messages? It's possible that the server is missing a required library that's already been installed on the machine where you're running the R code stand-alone. I've also seen some minor differences in R chart outputs on different platforms (Windows vs Linux, for example), mostly around font sizing and rendering. Are you running on the same operating system in both places?

Thanks,
Josh