AmigaBasic-files | R Documentation |
'demo.bas', 'r_logo.shp' and 'ball.shp' as example files for AmigaBasic()
and
AmigaBasicShape()
objects
See AmigaBasic()
and AmigaBasicShape()
for more information
about the format.
The 'r_logo.shp' and 'ball.shp' files are formatted such that they can be read with
read.AmigaBasicShape()
. They serve as an example of the AmigaBasicShape()
class, where
the first represents a blitter object, and the latter a sprite.
The 'demo.bas' file is an example of a binary encoded Amiga Basic script. It can be read with
read.AmigaBasic()
. The script demonstrates how the shape files could be used in Amiga Basic.
## Not run:
read.AmigaBasic(system.file("demo.bas", package = "AmigaFFH"))
read.AmigaBasicShape(system.file("ball.shp", package = "AmigaFFH"))
read.AmigaBasicShape(system.file("r_logo.shp", package = "AmigaFFH"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.