Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(cardinalR) library(langevitour)
scurve_data <- scurve(n = 500, num_noise = 2, min_n = -0.05, max_n = 0.05) colnames(scurve_data) <- paste0("x", 1:NCOL(scurve_data)) langevitour(scurve_data, pointSize = 2)
scurve_hole_data <- scurve_hole(n = 500, num_noise = 2, min_n = -0.05, max_n = 0.05) colnames(scurve_hole_data) <- paste0("x", 1:NCOL(scurve_hole_data)) langevitour(scurve_hole_data, pointSize = 2)
two_scurve_data <- two_scurves(n = 500, num_noise = 2, min_n = -0.05, max_n = 0.05) colnames(two_scurve_data) <- paste0("x", 1:NCOL(two_scurve_data)) langevitour(two_scurve_data, pointSize = 2)
mirror_scurve_data <- mirror_scurves(n = 500, num_noise = 2, min_n = -0.05, max_n = 0.05) colnames(mirror_scurve_data) <- paste0("x", 1:NCOL(mirror_scurve_data)) langevitour(mirror_scurve_data, pointSize = 2)
two_scurveh_data <- two_scurve_hole(n = 500, num_noise = 2, min_n = -0.05, max_n = 0.05) two_scurveh_data$n colnames(two_scurveh_data$df) <- paste0("x", 1:NCOL(two_scurveh_data$df)) langevitour(two_scurveh_data$df, pointSize = 2)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.