Last data update: 2014.03.03

R: Electricity from Wave Power at Sea
wavesR Documentation

Electricity from Wave Power at Sea

Description

Measurements of root mean square bending moment by two different mooring methods.

Usage

data("waves")

Format

A data frame with 18 observations on the following 2 variables.

method1

Root mean square bending moment in Newton metres, mooring method 1

method2

Root mean square bending moment in Newton metres, mooring method 2

Details

In a design study for a device to generate electricity from wave power at sea, experiments were carried out on scale models in a wave tank to establish how the choice of mooring method for the system affected the bending stress produced in part of the device. The wave tank could simulate a wide range of sea states and the model system was subjected to the same sample of sea states with each of two mooring methods, one of which was considerably cheaper than the other. The question of interest is whether bending stress differs for the two mooring methods.

Source

D. J. Hand, F. Daly, A. D. Lunn, K. J. McConway and E. Ostrowski (1994). A Handbook of Small Datasets, Chapman and Hall/CRC, London.

Examples


  data("waves", package = "HSAUR")
  plot(method1 ~ method2, data = waves)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(HSAUR)
Loading required package: tools
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/HSAUR/waves.Rd_%03d_medium.png", width=480, height=480)
> ### Name: waves
> ### Title: Electricity from Wave Power at Sea
> ### Aliases: waves
> ### Keywords: datasets
> 
> ### ** Examples
> 
> 
>   data("waves", package = "HSAUR")
>   plot(method1 ~ method2, data = waves)
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>