We Recommend

Smarty PHP Template Programming And Applications Smarty PHP Template Programming And Applications
Smarty is a templating engine for PHP. Designers who are used to working with HTML files can work with Smarty templates, which are HTML files with simple tags while programmers work with the underlying PHP code. The Smarty engine brings the code and templates together. The result of all this is that designers can concentrate on designing, programmers can concentrate on programming, and they don't need to get in each others way so much.


Posted By

bapt4510 on 11/05/07


Tagged

file textmate save R postscript


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

bapt4510


postcript R


Published in: Other 


  1. postscript(file = "permittivities.eps",
  2. width = 14, height=12,onefile = TRUE, family = "Helvetica",
  3. title = "R Graphics Output", fonts = NULL, paper = "special", bg="white", pointsize=16, pagecentre=TRUE)

Report this snippet 

You need to login to post a comment.