Welcome to the octawave package! This library is
specifically designed for the simulation and visualization of
three-dimensional octahedral quantum wave interferences and spatial
resonance fields.
Scientific Foundations: Every generated model is based on mathematically validated equations computed across a three-dimensional continuum. The underlying algorithms strictly account for multi-source wave superposition (interferences) and quantum-mechanical amplitude damping over time, transforming spatial theory into reproducible, interactive data.
Additionally, the package provides advanced functions to generate virtual Magnetic Resonance Imaging (MRI) slice scans.
This guide introduces you to the core functionalities of the package.
The package features real-time interactive environments allowing users to dynamically trigger multi-drop wave simulations and explore continuous wave progression in space.
Note: These functions are interactive and should be run in an interactive R session (like RStudio).
# Launch the floating 3D live landscape visualizer
plot_octawave_timesnap_3d(zeitpunkt = 0)
# Open the interactive multi-drop 3D zone for overlapping wave simulations
interactive_multi_3d()
# Render the floating 3D volume model of the octahedral core in space
plot_octawave_3d(resolution = 35, range = 5)The package contains specialized algorithms to compute virtual MRI scans through geometric structures. You can simulate individual slices at a specific height along the Z-axis:
For scientific presentations, you can automatically export a complete series of slices as high-resolution PNG images and a multi-page presentation PDF with a single command. To comply with secure environment policies, files are written to a temporary directory by default, but a custom path can be supplied:
# Automatically export slice series of Fullerene and Octawave models
# Developed by Katharina M. Brecht into a designated target directory
export_all_mri_scans(start_z = -2.0, end_z = 2.0, schritte = 10, base_dir = tempdir())After running this command with a custom directory pathway, two new
folders (Kathas_Fullerene_Quantum_Export and
Kathas_Octawave_Quantum_Export) will be created, containing
all generated image and PDF presentation files.