From b1fad900efb6a93a1eb7e43068de9af52ebccee4 Mon Sep 17 00:00:00 2001 From: Kevin Perese Date: Tue, 9 May 2023 21:52:11 -0400 Subject: [PATCH] Update data-visualize.qmd (#1456) * Update data-visualize.qmd Minor edits to make "answer" plural. * Update data-visualize.qmd --------- Co-authored-by: Mine Cetinkaya-Rundel --- data-visualize.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-visualize.qmd b/data-visualize.qmd index d0a2d15..1bd425d 100644 --- a/data-visualize.qmd +++ b/data-visualize.qmd @@ -66,12 +66,12 @@ Negative? Linear? Nonlinear? Does the relationship vary by the species of the penguin? -And how about by the island where the penguin lives. +How about by the island where the penguin lives? Let's create visualizations that we can use to answer these questions. ### The `penguins` data frame -You can test your answer with the `penguins` **data frame** found in palmerpenguins (a.k.a. `palmerpenguins::penguins`). +You can test your answers to those questions with the `penguins` **data frame** found in palmerpenguins (a.k.a. `palmerpenguins::penguins`). A data frame is a rectangular collection of variables (in the columns) and observations (in the rows). `penguins` contains `r nrow(penguins)` observations collected and made available by Dr. Kristen Gorman and the Palmer Station, Antarctica LTER[^data-visualize-2].