schwarzschild: Black hole diagrams

schwarzschildR Documentation

Black hole diagrams

Description

Black hole diagrams using different coordinate systems, including Schwarzschild coordinates

Usage

schwarzschild(draw_infalling_drops = FALSE, colours=standard_colours, ...)
classical(draw_infalling_drops = FALSE, colours=standard_colours, ...)
eddington(draw_infalling_drops=FALSE, colours=standard_colours, ...)
eddington_outgoing(draw_infalling_drops=FALSE, colours=standard_colours, ...)
eddington_stringcoords(draw_infalling_drops=FALSE, colours=standard_colours, ...)
gullstrand(draw_infalling_drops = FALSE, colours=standard_colours, ...)
kruskal(colours=standard_colours, ...)
kruskal_with_throw(draw_schwarzschild=FALSE, label_curves=FALSE, colours=standard_colours)
kruskal_extended(colours=standard_colours, ...)
kruskal_inverted(colours=standard_colours, ...)
lemaitre(draw_schwarzschild=FALSE, colours=standard_colours, ...)
thrower(logaxes,legpos="topleft", use_stringcoords=FALSE, colours=standard_colours, ...)
thrower_asp1(colours=standard_colours, ...)

Arguments

draw_infalling_drops, label_curves, draw_schwarzschild

Boolean, with TRUE meaning to plot the thing, and default FALSE meaning to omit the lines (resulting in a tidier and less cluttered diagram)

colours

List of colours

legpos

Passed to thrower() and thrower_asp1() specifying the position of the legend

logaxes

Passed to thrower() specifying which axes (if any) are logarithmic

use_stringcoords

Boolean, with FALSE meaning to use Schwarzschild circumferential radius r on the horizontal axis, and TRUE meaning to use string coordinate

...

Further arguments, generally passed to plot()

Author(s)

Robin K. S. Hankin

See Also

penrose

Examples


schwarzschild()
schwarzschild(TRUE)

kruskal()
kruskal_extended()
kruskal_with_throw()

eddington()
eddington_outgoing()

## Not run: lemaitre()

gullstrand()

thrower('','topright')
thrower('x')
thrower('xy')


RobinHankin/schwarzschild documentation built on Nov. 13, 2024, 12:58 p.m.