Skip to content
This repository was archived by the owner on Sep 23, 2018. It is now read-only.
This repository was archived by the owner on Sep 23, 2018. It is now read-only.

Output to raw R object #36

@cameronbracken

Description

@cameronbracken

This was requested by a user a while back, It would likely require a some restructuring of the C code. Usage would be something like ggplot2:

p <- tikz(raw=TRUE)
plot(...)
dev.off()

Or

tikz(raw=TRUE,object='p')
plot(...)
dev.off()

then the user could

print(p)

to print to the screen or

print(p,file='foo.tex')

to print to a file.

The second method would probably be more feasible.

Metadata

Metadata

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions