data/Problem9.28.R

Problem9.28 <- data.frame(
	"PctCarbon" = c(
		2,
		2,
		2,
		5,
		5,
		5,
		7.5,
		7.5,
		7.5,
		2,
		2,
		2,
		5,
		5,
		5,
		7.5,
		7.5,
		7.5,
		2,
		2,
		2,
		5,
		5,
		5,
		7.5,
		7.5,
		7.5
	),
	"PctNitrogen" = c(
		0.5,
		1,
		3,
		0.5,
		1,
		3,
		0.5,
		1,
		3,
		0.5,
		1,
		3,
		0.5,
		1,
		3,
		0.5,
		1,
		3,
		0.5,
		1,
		3,
		0.5,
		1,
		3,
		0.5,
		1,
		3
	),
	"Temp" = c(
		25,
		25,
		25,
		25,
		25,
		25,
		25,
		25,
		25,
		30,
		30,
		30,
		30,
		30,
		30,
		30,
		30,
		30,
		35,
		35,
		35,
		35,
		35,
		35,
		35,
		35,
		35
	),
	"Activity" = c(
		25.84,
		51.86,
		32.59,
		20.48,
		25.84,
		12.87,
		20.48,
		25.84,
		10.2,
		51.86,
		131.33,
		41.11,
		41.11,
		104.11,
		32.59,
		65.42,
		82.53,
		51.86,
		41.11,
		104.11,
		32.59,
		32.59,
		82.53,
		25.84,
		51.86,
		65.42,
		41.11
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.