Skip to content

Generate 2 dimensional domain colorings of functions of a single complex variable

License

Notifications You must be signed in to change notification settings

shill1729/domainColoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domainColoring

This package provides a single function for generating domain colorings of single-variable mappings of the complex numbers. Features include controlling resolution, luminosity and optional automatic saving of the generated plots as jpegs. More to come...

Installation

You can install the latest GitHub version with:

devtools::install_github("shill1729/domainColoring")

Example

How to use:

library(domainColoring)
## basic example code
f <- function(z) sin(z)
# Default low-res, not saved plot
p <- domain_coloring(f)

About

Generate 2 dimensional domain colorings of functions of a single complex variable

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages