'demo.bas', 'r_logo.shp' and 'ball.shp' as example files for AmigaBasic and AmigaBasicShape objects
Source:R/data.r
AmigaBasic-files.Rd
'demo.bas', 'r_logo.shp' and 'ball.shp' as example files for AmigaBasic()
and
AmigaBasicShape()
objects
Format
See AmigaBasic()
and AmigaBasicShape()
for more information
about the format.
Details
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.
Examples
if (FALSE) {
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"))
}