Re: [R] Scatterplot3d :: Rotating x tick labels by x degrees

2017-10-31 Thread Alex Restrepo
Ligges mailto:lig...@statistik.tu-dortmund.de>> wrote: On 31.10.2017 00:56, Alex Restrepo wrote: ... 45 degree rotation is not supported in base R graphics and scatterplot3d uses that. [[alternative HTML version deleted]] __ R-help@r

Re: [R] Scatterplot3d :: Rotating x tick labels by x degrees

2017-10-31 Thread Alex Restrepo
y amount, but may need "xpd" to be set TRUE. `mtext` is limited to 90 degree increments.) I've used up my time, so the next move is yours. -- David. Olivier. On Mon, 30 Oct 2017 23:56:02 + Alex Restrepo mailto:alex.restr...@outlook.com>> wrote: Hi, I would like to

[R] Scatterplot3d :: Rotating x tick labels by x degrees

2017-10-30 Thread Alex Restrepo
Hi, I would like to rotate the x axis tick labels by 45 degrees. Using the code below, could someone please provide an example? Many Thanks In Advance, Alex library("scatterplot3d") mydf=data.frame(rate=seq(158, 314) ,age=seq(1, 157) ,market_date=seq(as.Date("

[R] 3D Plot with Date Axis?

2017-10-27 Thread Alex Restrepo
Hello, I would like to format the X axis of the plot created via the scatterplot3d function or any other function which will work. Here is an example of what I am trying to do: library("scatterplot3d") mydf=data.frame(rate=c(1,1,4,4), age=c(2,2,5,5), market_date=c('2017-01-01', '2017-02-02',

[R] Example of Calling a DLL

2015-02-20 Thread Alex Restrepo
All, I'm a newbie to R and am interested in seeing a simple example of calling a 3rd party Visual Studio generated DLL from RStudio. Does anyone have a simple example which also walks through the preliminary steps of setting up the INCLUDE path and the library path to either a DLL or LIB file