Closed austinj closed 5 years ago
No, now you can just call plot() on the frontier and estimates object. E.G., see https://github.com/ChristopherLucas/MatchingFrontier/blob/master/R/plot.frontierEstimates.R.
The original functions are still in the package, just not in the namespace. They get directly called when you call plot() on the appropriate objects.
This is a good reminder that the documentation needs to be updated. Thanks!
Thanks! I appreciate it.
It looks as though
plotFrontier()
andplotEstimates()
have been removed from the package. Has this functionality been removed permanently?