This is a file from the Wikimedia Commons

File:Supply and Demand.svg

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Original file(SVG file, nominally 512 × 381 pixels, file size: 9 KB)

Summary

Description
English: demand and supply
Date
Source Own work
Author Bastiaan Quast

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

⧼code⧽

   price = 50:90
   demand = 90 - price
   supply = -50 + price
   
   df <- data.frame(price, demand, supply)
   
   library(ggplot2)
   image=ggplot(df, aes(price)) + geom_line(aes(y=demand, colour='demand')) + geom_line(aes(y=supply, colour='supply')) + ylab('quantity')
   
   ggsave(file='SupplyDemand.svg', plot=image)]]
 
This W3C-unspecified chart was created with R.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

19 July 2016

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current12:14, 19 July 2016Thumbnail for version as of 12:14, 19 July 2016512 × 381 (9 KB)BquastUser created page with UploadWizard

There are no pages that use this file.

Metadata