search for: dd_load

Displaying 2 results from an estimated 2 matches for "dd_load".

Did you mean: db_load
2011 Dec 05
0
Rggobi pdf output
...*rggobi* to pdf to include it in latex. For example: I have lots of variables in ggobi and I need to export the ggplot like scatterplot of any two variables or parallel cordinates graph to a pdf. So far I've read that the authors suggests to solve it like this: library(DescribeDisplay) d <- dd_load("fig.R") plot(d) or p <- ggplot(d) print(p) which produces nice graphics which you can use with pdf() function. But neither the *DescribeDisplay* package, nor *ggplot* are available in 2.13.2. I browsed the web for solution, but I found only that ggobi_display_save_picture() could...
2011 Dec 05
1
[rggobi] ggplot like pdf output
...*rggobi* to pdf to include it in latex. For example: I have lots of variables in ggobi and I need to export the ggplot like scatterplot of any two variables or parallel cordinates graph to a pdf. So far I've read that the authors suggests to solve it like this: library(DescribeDisplay) d <- dd_load("fig.R") plot(d) or p <- ggplot(d) print(p) which produces nice graphics which you can use with pdf() function. But neither the *DescribeDisplay* package, nor *ggplot* are available in 2.13.2. I browsed the web for solution, but I found only that ggobi_display_save_picture() could...