search for: mypdf

Displaying 4 results from an estimated 4 matches for "mypdf".

Did you mean: mydf
2012 Mar 28
4
Grafico en 3D
...base other attached packages: [1] copula_0.9-9 pspline_1.0-14 mvtnorm_0.9-9992 [4] scatterplot3d_0.3-33 locfit_1.5-6 akima_0.5-7 [7] lattice_0.20-6 loaded via a namespace (and not attached): [1] grid_2.14.0 tools_2.14.0 Y este es el codigo que estoy usando: # mi funcion mypdf <- function(x, y){ rho <- cor(x, y) one <- 1/(sqrt(1-rho^2)) two <- exp((-1/2*(1-rho^2))*(x^2+y^2-2*rho*x*y)) three <- exp(.5*(x^2+y^2)) one*two*three } # ejemplo set.seed(123) x <- rnorm(100) y <- rnorm(100) z <- mypdf(x, y) dd <- data.frame(x =...
2011 Oct 27
1
plotting large time series
...d to reduce the plot size? I use: plot(myDate,myFile[,1],type="l",xlab="Date") using myts = as.ts(start=myDate[1],end=myDate[length(myDate)],x=myFile[,1]) plot.ts(myts,xlab="Date") produces the same file size. for storing the PDF I use: pdf(file=paste(outpath,"myPDF.pdf",sep=''),paper="a4r"). I would be very grateful for an answer!!!!
2006 Aug 02
1
PDF::Writer using rpdf templates..
...est thing tho is that it doesn''t work with IE [get a ''server not found'' error] - after reviewing the headers and such, I noticed that there was no file name for the generated PDF in IE - so I made sure that this was in header: Content-Disposition: attachment; filename=mypdf.pdf Still doesn''t work, but also IE *still doesn''t get the filename.. ? Anyone ever had issues with IE and this particular header? Did a lot of research and found an assortment of IE bug reports but nothing quite like this -- Thanks -- Posted via http://www.ruby-forum.co...
2006 Apr 27
4
pdf render inline .... update ''main'' div
Hi, I want to keep the layout and just to a link_to_remote to update the=20 div id ''main'' Using this in the controller action send_file "public/pdf/my.pdf", :type =3D> ''application/pdf'', = :disposition=20 =3D> ''inline'', :stream =3D> false I get this. The raw pdf code sent replacing the main div with :