Package 'qgshiny'

Title: A 'shiny' Application for Active Learning Instruction in Introductory Quantitative Genetics
Description: A 'shiny' application for teaching introductory quantitative genetics and plant breeding through interactive simulations. The application relies on established plant breeding and quantitative genetic theory found in Falconer and Mackay (1996, ISBN:0582243025) and Bernardo (2010, ISBN:978-0972072427).
Authors: Jeffrey Neyhart [aut, cre]
Maintainer: Jeffrey Neyhart <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2025-02-21 03:44:49 UTC
Source: https://github.com/neyhartj/qgshiny

Help Index


Run the application

Description

Runs the 'shiny' application interactively.

Usage

run_qgshiny(display.mode = c("normal", "showcase"))

Arguments

display.mode

The mode in which to display the application. If "showcase", application code is displayed along with the output. If "normal" (default), the code is hidden.

Examples

if (interactive()) {
 run_qgshiny()
}