Skip to contents

System Plot Settings Module

Usage

system_plot_settings_ui(id)

system_plot_settings_server(id)

Arguments

id

A unique identifier for the module.

Value

A Shiny UI object.

A reactive list object containing bool value whether to show the habitable zone and plot legend.

Details

This module provides a series of controls to customize the visible elements of a star system map

Functions

  • system_plot_settings_ui(): UI function for the plot settings module.

  • system_plot_settings_server(): function for the search module.