Learn R Programming

doBy (version 4.6-2)

data-potatoes: Weight and size of 20 potatoes

Description

Weight and size of 20 potatoes. Weight in grams; size in milimeter. There are two sizes: length is the longest length and width is the shortest length across a potato. #'

Usage

potatoes

Arguments

Format

A data frame with 20 observations on the following 3 variables.

weight

a numeric vector

length

a numeric vector

width

a numeric vector

Examples

Run this code
# NOT RUN {
data(potatoes)
plot(potatoes) 

# }

Run the code above in your browser using DataLab