Friday, March 29, 2013

Assignment No 10

Assignment 10

Problem 1:-
Create 3 vectors, x, y, z and choose any random values for them, ensuring they are of equal length,
T<- cbind(x,y,z)
Create 3 dimensional plot of the same (all 3 types)
Solution:-
Commands:-
> sample<-rnorm(50,25,6)
> x<-sample(sample,10)
> y<-sample(sample,10)
> z<-sample(sample,10)
> T<-cbind(x,y,z)
 Screenshots:-
Image
> plot3d(T)
Image
plot3d(T,col=rainbow(1000))
Image
plot3d(T,col=rainbow(1000),type=’s')
Image


Problem 2:-
Read the documentation of rnorm and pnorm and 
Create 2 random variables
Create 3 plots:
1. X-Y
2. X-Y|Z (introducing a variable z and cbind it to z and y with 5 diff categories) Hint: ?factor
3. Color code and draw the graph
4. Smooth and best fit line for the curve
Solution:-
Commands:-
> x<-rnorm(200,mean=5,sd=1)
> y<-rnorm(200,mean=3,sd=1)
> z1<-sample(letters,5)
> z2<-sample(z1,200,replace=TRUE)
> z<-as.factor(z2)
> t<-cbind(x,y,z)
Screenshots:-
Image
> qplot(x,y)
Image
> qplot(x,z,alpha=I(2/10))
Image
> qplot(x,z)

Image
> qplot(x,y,geom=c(“point”,”smooth”))
Image
> qplot(x,y,colour=z)
Image
> qplot(log(x),log(y),colour=z)
Image

No comments:

Post a Comment

The Hindu RSS News

The Hindu - News http://www.thehindu.com/ RSS feed en-us Copyright 2013 The Hindu http://www.thehindu.com/news/international/world/gupta-ordered-to-pay-goldman-62-million/article4456124.ece http://www.thehindu.com/news/international/world/almaty-talks-start-high-on-hope/article4456109.ece http://www.thehindu.com/news/international/world/chuck-hagels-2011-antiindia-remarks-draw-ire/article4456098.ece http://www.thehindu.com/news/national/bansals-safe-budget/article4455805.ece http://www.thehindu.com/news/national/delhi-gangrape-case-dcp-summoned-on-plea-for-fir-against-transport-minister-officials/article4455792.ece http://www.thehindu.com/news/national/other-states/budget-ignores-northeast-says-cpi-m/article4455811.ece http://www.thehindu.com/news/national/tamil-nadu/dmk-delegation-meets-pm-on-cauvery/article4455806.ece http://www.thehindu.com/news/national/bill-to-curb-sexual-harassment-in-workplaces-passed-in-rajya-sabha/article4455795.ece http://www.thehindu.com/news/cities/bangalore/widows-murder-fast-track-court-awards-life-sentence-to-auto-driver/article4455645.ece http://www.thehindu.com/news/international/world/pope-to-be-called-emeritus-pope/article4455649.ece http://www.thehindu.com/news/national/kerala/railway-budget-a-humiliation-for-kerala-rajagopal/article4455664.ece http://www.thehindu.com/features/metroplus/society/smell-the-coffee/article4455306.ece http://www.thehindu.com/features/metroplus/cool-air-and-cold-silence/article4455642.ece http://www.thehindu.com/sci-tech/health/diet-and-nutrition/soak-up-some-sun/article4455404.ece http://www.thehindu.com/features/metroplus/Food/something-to-chew-on/article4455390.ece http://www.thehindu.com/features/friday-review/art/between-objects-and-life/article4455259.ece http://www.thehindu.com/features/friday-review/music/beat-street/article4455300.ece http://www.thehindu.com/features/friday-review/music/boom-shackalak/article4455600.ece http://www.thehindu.com/features/metroplus/an-interesting-mix/article4455586.ece http://www.thehindu.com/features/metroplus/society/milos-silver-lining/article4455364.ece http://www.thehindu.com/features/metroplus/this-is-where-ramanujan-was-born/article4455332.ece http://www.thehindu.com/news/cities/Hyderabad/akbaruddin-admitted-to-apollo-hospital/article4455556.ece http://www.thehindu.com/features/metroplus/compact-and-clutchless/article4455330.ece http://www.thehindu.com/features/metroplus/the-automatic-upgrade/article4455322.ece http://www.thehindu.com/business/markets/sensex-plunges-316-pts-to-3month-low-as-rail-budget-fails-to-cheer-market/article4455473.ece http://www.thehindu.com/life-and-style/persian-tales/article4455296.ece http://www.thehindu.com/news/cities/chennai/dirty-toilets-send-an-sms/article4455466.ece http://www.thehindu.com/news/national/hyderabad-blast-nia-seeks-custody-of-suspected-im-operatives/article4455465.ece http://www.thehindu.com/news/national/school-teacher-arrested-for-molesting-9-girls-in-maharashtra/article4455406.ece http://www.thehindu.com/news/national/kurien-has-never-been-an-accused-in-suryanelli-case-kamal-nath/article4455445.ece http://www.thehindu.com/features/metroplus/to-market-to-market/article4455419.ece http://www.thehindu.com/news/national/other-states/2-kids-run-over-by-train-in-mp-railway-employee-burnt-alive/article4455441.ece http://www.thehindu.com/news/cities/bangalore/police-robber-injured-in-shootout-in-varthur/article4455403.ece http://www.thehindu.com/business/Economy/realtors-brokerages-free-to-run-banks-if-they-meet-norms-rbi/article4455378.ece http://www.thehindu.com/news/national/tn-government-to-move-bill-to-regulate-sale-of-acid/article4455311.ece http://www.thehindu.com/news/national/eticketing-to-be-revamped-by-yearend/article4455348.ece http://www.thehindu.com/news/news-in-pictures/article4455303.ece http://www.thehindu.com/news/national/day-in-pictures/article4455241.ece http://www.thehindu.com/news/national/auction-of-cdma-spectrum-from-march-11/article4455223.ece http://www.thehindu.com/news/national/kerala/no-decision-taken-on-recording-complaint-against-kurien-govt/article4455193.ece http://www.thehindu.com/news/national/rail-budget-reformist-forwardlooking-manmohan/article4455187.ece http://www.thehindu.com/news/international/world/18-foreign-tourists-killed-in-egypt-balloon-crash/article4455090.ece http://www.thehindu.com/news/national/no-fresh-hike-in-railway-passenger-fares/article4455057.ece http://www.thehindu.com/news/cities/Visakhapatnam/call-to-bridge-importexport-gap-to-revive-economy/article4455052.ece http://www.thehindu.com/news/cities/Vijayawada/turn-adversity-into-advantage/article4455047.ece http://www.thehindu.com/news/cities/Mangalore/powers-of-karnataka-police-act-misused-activists/article4455040.ece http://www.thehindu.com/news/resources/railway-minister-pawan-kumar-bansals-budget-speech/article4454995.ece Railway Minister Pawan Kumar Bansal’s speech presenting the Railway Budget 2013-14 in the Lok... ]]> http://www.thehindu.com/news/national/railway-budget-201314-dynamic-fuel-adjustment-for-freight-rates/article4454956.ece
  • New wheel factory to be set up at Rae Bareli
  • Dynamic fuel adjustment component to be introduced on freight rates from April one, that will result in less than five per cent i... ]]>
  • http://www.thehindu.com/news/international/world/gaza-militants-fire-rocket-into-israel/article4454870.ece Israeli police say a rocket has been fired from the Gaza Strip into Israel. A police spokesman says there was damage to a road but no injuries. It’s the first such rocket from the Palest... ]]> http://www.thehindu.com/news/national/railway-budget-201314-67-express-26-passenger-trains-introduced/article4454710.ece http://www.thehindu.com/news/national/railway-budget-201314-freight-rates-for-moving-diesel-cooking-fuel-hiked/article4454722.ece http://www.thehindu.com/news/national/railway-budget-201314-fire-extinguishers-to-be-kept-in-guard-vans/article4454733.ece http://www.thehindu.com/news/cities/Tiruchirapalli/over-one-lakh-farmers-to-get-compensation-in-nagapattinam/article4454853.ece http://www.thehindu.com/news/cities/Coimbatore/brahmos-in-iaf-soon-sivathanu-pillai/article4454842.ece http://www.thehindu.com/news/national/railway-ministers-wife-wants-helpline-for-women-passengers/article4454827.ece http://www.thehindu.com/news/cities/Madurai/security-up-in-temple/article4454784.ece http://www.thehindu.com/news/cities/Madurai/lok-adalat-settles-disputes-to-the-tune-of-rs-15-crore/article4454770.ece http://www.thehindu.com/news/cities/Madurai/high-court-stays-case-against-sp/article4454780.ece http://www.thehindu.com/news/national/railway-budget-201314-highlights/article4454715.ece http://www.thehindu.com/news/cities/Madurai/dalit-advocates-forum-sees-foul-play-in-not-installing-name-board/article4454737.ece http://www.thehindu.com/sport/cricket/india-clinches-first-test-by-eight-wickets/article4454742.ece http://www.thehindu.com/news/cities/Madurai/exclusive-world-that-keeps-common-man-out/article4454732.ece http://www.thehindu.com/news/cities/Thiruvananthapuram/chandy-learn-from-freedom-fighters/article4454727.ece http://www.thehindu.com/news/cities/Thiruvananthapuram/rail-budget-state-does-not-have-high-expectations/article4452446.ece http://www.thehindu.com/news/cities/Thiruvananthapuram/master-plan-in-6-months/article4452805.ece http://www.thehindu.com/news/cities/Thiruvananthapuram/pipe-bursts-leave-city-dry/article4452806.ece http://www.thehindu.com/news/cities/Thiruvananthapuram/hearths-ready-city-on-a-pongala-high/article4454702.ece http://www.thehindu.com/news/cities/Delhi/police-sweat-over-unclaimed-bags/article4454691.ece http://www.thehindu.com/news/cities/Delhi/porters-hope-rail-budget-has-something-for-them-this-year/article4454688.ece http://www.thehindu.com/news/cities/Delhi/better-connectivity-for-metro-airport-express-line-sought/article4454671.ece http://www.thehindu.com/news/cities/Delhi/bleak-prospects/article4452410.ece http://www.thehindu.com/news/cities/Delhi/a-bare-perspective/article4452403.ece http://www.thehindu.com/news/cities/chennai/court-dismisses-companys-civil-revision-petitions/article4452867.ece http://www.thehindu.com/news/cities/chennai/waste-management-plant-in-kuthambakkam-soon/article4452870.ece http://www.thehindu.com/news/cities/chennai/assault-victim-dies-at-gh/article4452871.ece http://www.thehindu.com/news/cities/chennai/park-turns-den-for-criminal-elements-in-vyasarpadi/article4452894.ece http://www.thehindu.com/news/cities/Delhi/feeling-left-out/article4452412.ece http://www.thehindu.com/news/cities/chennai/3-dead-in-road-accident/article4452878.ece http://www.thehindu.com/news/cities/chennai/fish-are-no-more-friendly-food/article4452884.ece http://www.thehindu.com/news/international/world/antiausterity-vote-delivers-hung-parliament-in-italy/article4454640.ece http://www.thehindu.com/news/cities/Kochi/recording-indias-growth-story/article4452763.ece http://www.thehindu.com/news/cities/Kochi/biennale-gets-taste-of-tales-in-a-cuppa/article4452914.ece http://www.thehindu.com/news/cities/Kochi/war-of-words-over-missing-apostrophe/article4452907.ece http://www.thehindu.com/news/cities/Kochi/city-roads-widen-trampling-upon-pedestrian-rights/article4452910.ece http://www.thehindu.com/news/cities/Kochi/ernakulam-pins-hopes-on-rail-budget/article4452912.ece http://www.thehindu.com/news/cities/Kochi/imtiaz-victim-of-gang-war-say-city-police/article4452908.ece http://www.thehindu.com/news/cities/Kochi/cmc-founder-principal-prescribes-government-support/article4452917.ece http://www.thehindu.com/news/cities/Kochi/kochi-medical-college-not-in-pink-of-health/article4452913.ece http://www.thehindu.com/news/national/karnataka/no-takers-for-auctioned-union-ministers-mps/article4452555.ece http://www.thehindu.com/news/national/karnataka/a-third-of-nominations-for-ulb-polls-is-from-independents/article4452407.ece http://www.thehindu.com/news/national/karnataka/bjp-confident-of-pulling-along-for-some-more-time/article4452550.ece http://www.thehindu.com/news/national/karnataka/shettar-may-not-opt-for-assembly-dissolution/article4452549.ece http://www.thehindu.com/news/national/karnataka/i-hope-nobody-goes-through-what-i-did/article4452920.ece http://www.thehindu.com/news/national/karnataka/governor-refuses-to-intervene/article4452377.ece http://www.thehindu.com/news/international/world/syrian-opposition-to-attend-rome-talks/article4454593.ece http://www.thehindu.com/news/cities/bangalore/the-good-news-is-that-most-young-runaways-are-traced/article4452929.ece http://www.thehindu.com/news/cities/bangalore/tracking-a-missing-child-is-a-challenging-task/article4452928.ece http://www.thehindu.com/news/cities/bangalore/yes-they-dream-of-going-home/article4452927.ece http://www.thehindu.com/news/cities/bangalore/gender-skew-in-missing-children-statistics-cause-for-worry/article4452922.ece http://www.thehindu.com/news/international/world/earthquake-shakes-haitian-capital/article4454577.ece http://www.thehindu.com/news/cities/bangalore/man-arrested-for-throwing-stones-at-ministers-car/article4452925.ece http://www.thehindu.com/news/cities/bangalore/yet-another-police-official-lands-in-lokayukta-net/article4452924.ece http://www.thehindu.com/news/cities/bangalore/union-accuses-turf-club-of-hiring-child-labour/article4452923.ece http://www.thehindu.com/news/cities/bangalore/russell-market-traders-observe-a-dark-anniversary/article4452921.ece http://www.thehindu.com/news/cities/bangalore/finally-ambedkar-statue-to-be-shifted/article4452811.ece http://www.thehindu.com/news/national/andhra-pradesh/blasts-nia-team-visits-nizamabad-bhainsa/article4453613.ece http://www.thehindu.com/news/national/andhra-pradesh/two-t-leaders-to-share-apcob-chief-post/article4453623.ece