plot.dwnominate: Plot party means over time

View source: R/dwnominate.R

plot.dwnominateR Documentation

Plot party means over time

Description

Plot party means over time

Usage

## S3 method for class 'dwnominate'
plot(x, ...)

Arguments

x

An object returned by dwnominate().

...

Arguments passed to plot.default()

Examples


data(nhsenate)
results <- dwnominate(nhsenate)
plot(results)


wmay/dwnominate documentation built on Feb. 19, 2024, 7:38 p.m.