# This code visualizes a Julia set with some appeal (for the author's
# taste). Zoom in as you like by adjusting xlim and ylim.
# \donttest{
phasePortrait(juliaNormal,
moreArgs = list(c = -0.09 - 0.649i, R_esc = 2),
xlim = c(-2, 2),
ylim = c(-1.3, 1.3),
hsvNaN = c(0, 0, 0),
nCores = 1) # Max. two cores on CRAN, not a limit for your use
# \dontshow{
# R CMD check: make sure any open connections are closed afterward
foreach::registerDoSEQ()
doParallel::stopImplicitCluster()
# }
# }
Run the code above in your browser using DataLab