search for: restrepo

Displaying 13 results from an estimated 13 matches for "restrepo".

2017 Oct 31
0
Scatterplot3d :: Rotating x tick labels by x degrees
...lternate packages (like rgl or the plotly packages which one may be more powerfull as far as I can judge). However I can't help more. It seems ggplot does not produce 3d plots (but it looks like it can interact with plotly when using 3d plots). Olivier. On Mon, 30 Oct 2017 23:56:02 +0000 Alex Restrepo <alex.restrepo at outlook.com> wrote: > 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(...
2017 Oct 30
4
Scatterplot3d :: Rotating x tick labels by x degrees
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("2000/1/1"), as.Date("2003/1/1"), by="7 days"))
2017 Oct 31
1
Scatterplot3d :: Rotating x tick labels by x degrees
...use `text` rather than `mtext`. (`text` can rotate by any 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 +0000 Alex Restrepo <alex.restrepo at outlook.com> wrote: > >> 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("scatterpl...
2017 Nov 01
0
Scatterplot3d :: Rotating x tick labels by x degrees
...decide whether you need to use `text` rather than `mtext`. (`text` can rotate by any 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 +0000 Alex Restrepo <alex.restrepo at outlook.com<mailto:alex.restrepo at outlook.com>> wrote: 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.fra...
2017 Oct 31
1
Scatterplot3d :: Rotating x tick labels by x degrees
On 31.10.2017 00:56, Alex Restrepo wrote: > 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 45 degree rotation is not supported in base R graphics and scatterplot3d uses that. You can use par(las=2) befor...
2017 Nov 01
0
Scatterplot3d :: Rotating x tick labels by x degrees
Well, scatterplot3d might not allow it, but have a look at the second example for staxlab in the plotrix package. Jim On Wed, Nov 1, 2017 at 7:30 AM, Uwe Ligges <ligges at 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. >
2017 Oct 27
1
3D Plot with Date Axis?
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', '2017-03-03', '2017-04-04')) scatterplot3d(mydf$market_date,
2002 May 31
1
Translation wine documentation to other languages
...may be interesting for both - users and developers. Any volunteers to help to translate the documentation to languages other than English? This is very big job, so there can be more than one person, working on the same language. Among responses to my call for volunteers I got response from Pedro Restrepo suggesting his help in Wine localization. See his message below. Damian Wojslaw requested information on the same topic on wine-users. --- Pedro Restrepo <pedrores@tutopia.com> wrote: > Hi Andiry, > > First, thank you and thanks to all people working on > Wine. I am using >...
2006 May 10
4
Unix X-WIndows RGUI
Hi: Could someone tell me if there is an X-Windows version of the RGUI ? Thanks: Alex
2015 Feb 21
1
RStudio Calling C++ Visual Studio DLL
All, I'm a newbie to R and I 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 ? I have tried to find an easy example, but thus far had no luck finding an example using Rcpp
2006 Jun 19
1
Custom Command to Generate SQL
Hi: I would like to create a custom command in R which generates SQL, which is then processed via RODBC. For example, the user would type: retrieve firstName('JOHN') middlleName('WILLIAMS') lastName('FORD') This would generate the following SQL which would then be processed by RODBC: Select * from people where firstName = 'JOHN' and
2006 Jun 20
1
Determine the data type of a function to an argument
Hello All: How can I determing the "types" of args passed to an R function? For example, given the following: calculate <- function(...) { args <- list(...) argName = names(args) if (arg1 == character) cat("arg1 is a character") else cat("arg1 is numeric") if (arg2 == character)
2002 Jun 20
2
using lotusnotes r5 client on redhat 7.3 with wine 20020411
i have a problem with wine, version 20020411 and lotus notes r5. i'm starting wine notes.exe and the install routine is going on. after input user - id and authentification on id, the wine session halted by "please give me your timezone". but i can't select a timezone :-)) i can't leave this window, i must skip on terminal the wine session with ctrl+c. is this a well-known