How to display those animation graphic in Web Environment?

2 posts / 0 new
Last post
enterume
Offline
Joined: 10/13/2011
How to display those animation graphic in Web Environment?

Hi,

Hi, I am using PHP to integrate with R. I try to display some of the output with graphic/animation from certain packages like package like 'fun'. How can I display it in web environment? I know it cannot be interactive, but at least some graphic.

Thanks
Louis

bryan
Offline
Joined: 01/15/2009

Hi Louis,

Could you output the image to a .png or .jpeg (see ?png) in a folder that your PHP code has access to and bring it in from there?

Login or register to post comments