From e623e5bdd8b5ec53aa34f56d4d67157dba626a90 Mon Sep 17 00:00:00 2001 From: Michael Friendly Date: Thu, 2 May 2024 15:44:20 -0400 Subject: [PATCH] rebuild datasets vignette --- docs/articles/datasets.html | 35 ++++++++++++------------------ docs/pkgdown.yml | 2 +- docs/reference/ellipse3d.axes.html | 6 ++--- 3 files changed, 18 insertions(+), 25 deletions(-) diff --git a/docs/articles/datasets.html b/docs/articles/datasets.html index b6bf071..75705fe 100644 --- a/docs/articles/datasets.html +++ b/docs/articles/datasets.html @@ -288,97 +288,90 @@

MANOVA candisc -Probe1 +Probe 11 5 Response Speed in a Probe Experiment MANOVA repeated -Probe2 -20 -6 -Response Speed in a Probe Experiment -MANOVA repeated - - RatWeight 27 6 Weight Gain in Rats Exposed to Thiouracil and Thyroxin MANOVA repeated - + ReactTime 10 6 Reaction Time Data repeated - + Rohwer 69 10 Rohwer Data Set MMRA MANCOVA - + RootStock 48 5 Growth of Apple Trees from Different Root Stocks MANOVA contrasts - + Sake 30 10 Taste Ratings of Japanese Rice Wine (Sake) MMRA - + schooldata 70 8 School Data MMRA robust - + Skulls 150 5 Egyptian Skulls MANOVA contrasts - + SocGrades 40 10 Grades in a Sociology Course MANOVA candisc - + SocialCog 139 5 Social Cognitive Measures in Psychiatric Groups MANOVA candisc - + TIPI 1799 16 Data on the Ten Item Personality Inventory MANOVA candisc - + VocabGrowth 64 4 Vocabulary growth data repeated - + WeightLoss 34 7 @@ -420,7 +413,7 @@

MANOVA -AddHealth, Bees, Diabetes, FootHead, Headache, Iwasaki_Big_Five, MockJury, NeuroCog, Oslo, Parenting, Plastic, Pottery2, Probe1, Probe2, RatWeight, RootStock, Skulls, SocGrades, SocialCog, TIPI, mathscore, peng +AddHealth, Bees, Diabetes, FootHead, Headache, Iwasaki_Big_Five, MockJury, NeuroCog, Oslo, Parenting, Plastic, Pottery2, Probe, RatWeight, RootStock, Skulls, SocGrades, SocialCog, TIPI, mathscore, peng @@ -452,7 +445,7 @@

repeated -Adopted, Headache, Probe1, Probe2, RatWeight, ReactTime, VocabGrowth, WeightLoss +Adopted, Headache, Probe, RatWeight, ReactTime, VocabGrowth, WeightLoss diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 3cc62ef..898132b 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -5,7 +5,7 @@ articles: datasets: datasets.html HE_manova: HE_manova.html HE_mmra: HE_mmra.html -last_built: 2024-05-02T19:00Z +last_built: 2024-05-02T19:16Z urls: reference: https://friendly.github.io/heplots/reference article: https://friendly.github.io/heplots/articles diff --git a/docs/reference/ellipse3d.axes.html b/docs/reference/ellipse3d.axes.html index 819550e..324261b 100644 --- a/docs/reference/ellipse3d.axes.html +++ b/docs/reference/ellipse3d.axes.html @@ -163,9 +163,9 @@

Examples#> arrow3d, bbox3d plot3d(iris3, type="s", size=0.4, col=col, cex=2, box=FALSE, aspect="iso") plot3d( ellipse3d(cov, centre=mu, level=0.68), col="gray", alpha=0.2, add = TRUE) - - - + + + axes <- ellipse3d.axes(cov, centre=mu, level=0.68, color="gray", lwd=2)