Skip to contents

API interface and data manipulation

fetch_table()
Fetch Exoplanets table
closest_50_exoplanets
closest_50_exoplanets
exoplanets_col_labels
exoplanets_col_labels A collection of Exoplanets archive columns names and their respective labels / comments. Currently only supports ps and pscomppars tables
trim_ps_table()
Trim planetary systems table

Calculating attributes

calculate_esi()
Calculate the Earth Similarity Index (ESI)
calculate_star_habitable_zone()
Calculate star's habitable zone
calculate_stellar_flux()
Calculate stellar flux value

Classifying types

classify_planet_type()
Classify Planet Type
classify_star_spectral_type()
Classify spectral type of a star

Summarizations

summarize_star_occurrences()
Summarize star occurrences

Plotting and visualizations

plot_star_system()
Plot a Stylized Star System
scatterplot_esi()
Generate a Scatterplot of the Earth Similarity Index (ESI)

REXoplanets application

The main application for exploring exoplanet data.

app()
Function responsible for initializing and running the REXoplanets shiny application.

Shiny modules

Functions containing Shiny modules for the main application.

planet_details_ui() planet_details_server()
Module Displaying Planet Details
search_ui() search_server()
Search Module
star_systems_ui() star_systems_server()
Star Systems Module
system_info_ui() system_info_server()
Module Displaying Star System Info with Value Boxes (Two Rows)
system_plot_settings_ui() system_plot_settings_server()
System Plot Settings Module
visualize_star_system_ui() visualize_star_system_server()
Module Visualizing Star Systems