The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
The PenguinR package provides a comprehensive and
well-structured collection of datasets centered on penguin biology and
ecology, designed to support learning, teaching, and research in
statistical analysis and experimental design.
You can install the PenguinR package from CRAN with the
following R function:
install.packages("PenguinR")After installation, load the package and start exploring and using its functions and datasets.
library(PenguinR)Each dataset in PenguinR is labeled with a
suffix to indicate its structure and type:
_df: A standard data frame.Below are selected example datasets included in the
PenguinR package:
penguins_df: Size Measurements for Adult Foraging Penguins near Palmer Station, Antarctica.
penguins_raw_df: Penguin Size, Clutch, and Blood Isotope Data for Foraging Adults near Palmer Station, Antarctica.
peng_df: Size Measurements for Penguins near Palmer Station, Antarctica.
pinguinos_df: Penguin Heart Rate.
# Load the package
library(PenguinR)
# Load one of the package datasets
data(penguins_df)
# Display the first six rows
head(penguins_df)
# Display the structure of the dataset
str(penguins_df)
# Explore the dataset interactively
View(penguins_df)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.