newTerm: Initialize a new "term" - temperature energy regression model

View source: R/rterm.R

newTermR Documentation

Initialize a new "term" - temperature energy regression model

Description

Returns a new term object to populate with data, weather, and methods

Usage

newTerm(name = NULL, address = NULL, sqft = NULL)

Arguments

name

an optional name for the term. This will go in tables and graphs

address

an optional address. If specified then the addWeather function will automatically grab the closest weather station.

sqft

an optional building size. If you specify a square feet, it will assume that you're dealing in total kWh and will convert that to EUI

Value

the new term object

See Also

addData addWeather addMethod

Examples

# Show available datasets
newTerm("Ecotope Mothership", "4056 9th Ave NE Seattle, WA", 2600)

EcotopeResearch/rterm documentation built on Oct. 17, 2022, 4:02 p.m.