plotff {PanJen} | R Documentation |
This function plots objects generated by choose.fform or fform
Description
plots the output from fform() and choose.fform()
Usage
plotff(input)
Arguments
input |
A PJ-objected produced by fform or choose.fform |
Author(s)
Toke Emil Panduro and Cathrine Ulla Jensen
Examples
library(PanJen)
data("hvidovre")
form<-formula(lprice ~brick+roof_tile+roof_cemen+rebuild90+rebuild00+y7+y8+y9)
PanJenArea<-fform(data=hvidovre,variable="area",base_form=form)
plotff(PanJenArea)
[Package PanJen version 1.6 Index]