dwww Home | Show directory contents | Find package

source("incl/start.R")

message("mandelbrot() ...")

counts <- mandelbrot(xmid = -0.75, ymid = 0.0, side = 3.0, resolution = 100L)
img <- as.raster(counts)
if (getRversion() >= "3.2.0") {
  plot(img)
  plot(counts)
}

message("mandelbrot() ... DONE")

source("incl/end.R")

Generated by dwww version 1.15 on Sat May 18 08:22:24 CEST 2024.