How to see saveHTML output ( "HTML file created at: index.html" ) ?

5 views
Skip to first unread message

יניב לוי

unread,
Dec 11, 2016, 8:53:48 AM12/11/16
to Israel R User Group
,hi to ALL
: i am using  saveHTML  command to save set of charts
 
("install.packages("animation#

library(animation)

saveHTML({

  for(i in 2006:2010){

    htr2 = htr[htr$year==i , ]

    print(   barchart(year ~ y_kayam , groups=shlav, htr2, auto.key = list(columns = 2)  )   )

    # plot(table (  htr2$y_mevukash , htr2$shlav  ) , ylab = "a yhd" , xlab="a shlav"  )

    #Sys.sleep(1)

  } 

  }

(img.name="Weibullpdf.html"  ,  
 
 ?what do i supose to see 

 :i get the message 
HTML file created at: index.html
 
THANKS !!  


 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
#install.packages("animation")
library(animation)
saveHTML({
 for(i in 2006:2010){
    htr2 = htr[htr$year==i , ]
   print(  
  barchart(year ~ y_kayam , groups=shlav, htr2, auto.key = list(columns
  = 2)  )   )
   # plot(table (  htr2$y_mevukash , htr2$shlav  ) , ylab = "a yhd" , xlab="a
  shlav"  )
   #Sys.sleep(1)
  }  
 }
,img.name="Weibullpdf.html"
  )
הזן קוד כאן...

יניב לוי

unread,
Dec 12, 2016, 6:18:52 AM12/12/16
to israel-r-...@googlegroups.com
need to use :
openFileInOS("index.html")

--
You received this message because you are subscribed to a topic in the Google Groups "Israel R User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/israel-r-user-group/xrjdgQWkCYY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to israel-r-user-group+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages