Skip to contents

Module Visualizing Star Systems

Usage

visualize_star_system_ui(id)

visualize_star_system_server(id, plot_data, show_hz, show_legend)

Arguments

id

A unique identifier for the module.

plot_data

A reactive expression returning a data frame with information about the system.

show_hz

A reactive boolean expression determining whether to show habitable zone.

show_legend

A reactive boolean expression determining whether to show plot legend.

Value

A Shiny UI object.

Details

This module provides a dynamically refreshing plot component for visualizing star systems based on data provided

Functions

  • visualize_star_system_ui(): UI function for the system mapping module.

  • visualize_star_system_server(): server function for the system mapping module.